#15752F

Color #15752F Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #15752F

Tints of Camarone #15752F

Color information

#15752F (or 0x15752F) is unknown color: approx Camarone. HEX triplet: 15, 75 and 2F. RGB value is (21,117,47). Sum of RGB (Red+Green+Blue) = 21+117+47=185 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.35% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #15752F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15752F is #EA8AD0. Grayscale: #505050. Windows color (decimal): -15370961 or 3110165. OLE color: 3110165.

HSL color Cylindrical-coordinate representation of color #15752F: hue angle of 136.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15752F is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB2111747-
CMYK0.8200.600.54
HSL136.25º69.57%27.06%-
HSV(B)136.25º82.05%45.88%-
XYZ7.1813.094.84-
YUV80.32109.285.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 11.35%
GREEN value IS 117 (46.09% from 255) = 63.24%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=11.35%
G=63.24%
B=25.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21117470.8200.600.54136.2569.5727.06
Hex15752F5203C3688461b
Octal25165571220746621010633
Binary1010111101011011111010010011110011011010001000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15752F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15752F; }

 p { color: rgb(21,117,47); }

 H1.HeaderClassName
 {
   color: #15752F;
 }
 .AnyTagClassName
 {
   color: #15752F;
 }
</style>
background-color css

<style>
 a { background-color: #15752F; }

 a { background-color: rgb(21,117,47); }

 div.DivClassName
 {
   background-color: #15752F;
 }
 .BgClassName
 {
   background-color: #15752F;
 }
</style>
border-color css

<style>
 span { border-color: #15752F; }

 span { border-color: rgb(21,117,47); }

 td.TdClassName
 {
   border-color: #15752F;
 }
 .TagClassName
 {
   border-color: #15752F;
 }
</style>