#136122

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

Shades of Crusoe #136122

Tints of Crusoe #136122

Color information

#136122 (or 0x136122) is unknown color: approx Crusoe. HEX triplet: 13, 61 and 22. RGB value is (19,97,34). Sum of RGB (Red+Green+Blue) = 19+97+34=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 97 (38.28% from 255 or 64.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 97 - color contains mainly: green. Hex color #136122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136122 is #EC9EDD. Grayscale: #424242. Windows color (decimal): -15507166 or 2253075. OLE color: 2253075.

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

Color convert

RGB199734-
CMYK0.8000.650.62
HSL131.54º67.24%22.75%-
HSV(B)131.54º80.41%38.04%-
XYZ4.838.82.96-
YUV66.5109.6694.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 97 (38.28% from 255) = 64.67%
BLUE value IS 34 (13.67% from 255) = 22.67%
R=12.67%
G=64.67%
B=22.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997340.8000.650.62131.5467.2422.75
Hex136122500413E844317
Octal231414212001017620410327
Binary10011110000110001010100000100000111111010000100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136122; }

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

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

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

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

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

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

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

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