#136133

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

Shades of Crusoe #136133

Tints of Crusoe #136133

Color information

#136133 (or 0x136133) is unknown color: approx Crusoe. HEX triplet: 13, 61 and 33. RGB value is (19,97,51). Sum of RGB (Red+Green+Blue) = 19+97+51=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 51 (20.31% from 255 or 30.54% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #136133 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136133 is #EC9ECC. Grayscale: #444444. Windows color (decimal): -15507149 or 3367187. OLE color: 3367187.

HSL color Cylindrical-coordinate representation of color #136133: hue angle of 144.62º 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 #136133 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB199751-
CMYK0.8000.470.62
HSL144.62º67.24%22.75%-
HSV(B)144.62º80.41%38.04%-
XYZ5.148.934.58-
YUV68.43118.1692.74-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 97 (38.28% from 255) = 58.08%
BLUE value IS 51 (20.31% from 255) = 30.54%
R=11.38%
G=58.08%
B=30.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997510.8000.470.62144.6267.2422.75
Hex1361335002F3E914317
Octal23141631200577622110327
Binary1001111000011100111010000010111111111010010001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136133; }

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

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

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

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

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

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

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

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