#24693B

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

Shades of Camarone #24693B

Tints of Camarone #24693B

Color information

#24693B (or 0x24693B) is unknown color: approx Camarone. HEX triplet: 24, 69 and 3B. RGB value is (36,105,59). Sum of RGB (Red+Green+Blue) = 36+105+59=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #24693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24693B is #DB96C4. Grayscale: #4F4F4F. Windows color (decimal): -14390981 or 3893540. OLE color: 3893540.

HSL color Cylindrical-coordinate representation of color #24693B: hue angle of 140º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #24693B is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB3610559-
CMYK0.6600.440.59
HSL140º48.94%27.65%-
HSV(B)140º65.71%41.18%-
XYZ6.5710.795.87-
YUV79.12116.6497.24-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 105 (41.41% from 255) = 52.5%
BLUE value IS 59 (23.44% from 255) = 29.5%
R=18%
G=52.5%
B=29.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal36105590.6600.440.5914048.9427.65
Hex24693B4202C3B8c311c
Octal4415173102054732146134
Binary1001001101001111011100001001011001110111000110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24693B; }

 p { color: rgb(36,105,59); }

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

<style>
 a { background-color: #24693B; }

 a { background-color: rgb(36,105,59); }

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

<style>
 span { border-color: #24693B; }

 span { border-color: rgb(36,105,59); }

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