#136822

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

Shades of Crusoe #136822

Tints of Crusoe #136822

Color information

#136822 (or 0x136822) is unknown color: approx Crusoe. HEX triplet: 13, 68 and 22. RGB value is (19,104,34). Sum of RGB (Red+Green+Blue) = 19+104+34=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #136822 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136822 is #EC97DD. Grayscale: #464646. Windows color (decimal): -15505374 or 2254867. OLE color: 2254867.

HSL color Cylindrical-coordinate representation of color #136822: hue angle of 130.59º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136822 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1910434-
CMYK0.8200.670.59
HSL130.59º69.11%24.12%-
HSV(B)130.59º81.73%40.78%-
XYZ5.5110.153.18-
YUV70.6107.3491.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 104 (41.02% from 255) = 66.24%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=12.10%
G=66.24%
B=21.66%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19104340.8200.670.59130.5969.1124.12
Hex136822520433B834518
Octal231504212201037320310530
Binary10011110100010001010100100100001111101110000011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136822; }

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

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

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

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

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

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

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

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