#136022

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

Shades of Crusoe #136022

Tints of Crusoe #136022

Color information

#136022 (or 0x136022) is unknown color: approx Crusoe. HEX triplet: 13, 60 and 22. RGB value is (19,96,34). Sum of RGB (Red+Green+Blue) = 19+96+34=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #136022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136022 is #EC9FDD. Grayscale: #424242. Windows color (decimal): -15507422 or 2252819. OLE color: 2252819.

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

Color convert

RGB199634-
CMYK0.8000.650.62
HSL131.69º66.96%22.55%-
HSV(B)131.69º80.21%37.65%-
XYZ4.748.622.93-
YUV65.91109.9994.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 96 (37.89% from 255) = 64.43%
BLUE value IS 34 (13.67% from 255) = 22.82%
R=12.75%
G=64.43%
B=22.82%

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
Decimal1996340.8000.650.62131.6966.9622.55
Hex136022500413E844317
Octal231404212001017620410327
Binary10011110000010001010100000100000111111010000100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136022; }

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

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

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

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

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

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

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

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