#136124

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

Shades of Crusoe #136124

Tints of Crusoe #136124

Color information

#136124 (or 0x136124) is unknown color: approx Crusoe. HEX triplet: 13, 61 and 24. RGB value is (19,97,36). Sum of RGB (Red+Green+Blue) = 19+97+36=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #136124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136124 is #EC9EDB. Grayscale: #424242. Windows color (decimal): -15507164 or 2384147. OLE color: 2384147.

HSL color Cylindrical-coordinate representation of color #136124: hue angle of 133.08º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136124 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB199736-
CMYK0.8000.630.62
HSL133.08º67.24%22.75%-
HSV(B)133.08º80.41%38.04%-
XYZ4.868.823.11-
YUV66.72110.6693.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 97 (38.28% from 255) = 63.82%
BLUE value IS 36 (14.45% from 255) = 23.68%
R=12.5%
G=63.82%
B=23.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997360.8000.630.62133.0867.2422.75
Hex1361245003F3E854317
Octal23141441200777620510327
Binary1001111000011001001010000011111111111010000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136124; }

 p { color: rgb(19,97,36); }

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

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

 a { background-color: rgb(19,97,36); }

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

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

 span { border-color: rgb(19,97,36); }

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