#126622

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

Shades of Crusoe #126622

Tints of Crusoe #126622

Color information

#126622 (or 0x126622) is unknown color: approx Crusoe. HEX triplet: 12, 66 and 22. RGB value is (18,102,34). Sum of RGB (Red+Green+Blue) = 18+102+34=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 102 (40.23% from 255 or 66.23% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 102 - color contains mainly: green. Hex color #126622 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126622 is #ED99DD. Grayscale: #454545. Windows color (decimal): -15571422 or 2254354. OLE color: 2254354.

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

Color convert

RGB1810234-
CMYK0.8200.670.6
HSL131.43º70%23.53%-
HSV(B)131.43º82.35%40%-
XYZ5.299.753.12-
YUV69.13108.1791.53-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 102 (40.23% from 255) = 66.23%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=11.69%
G=66.23%
B=22.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102340.8200.670.6131.437023.53
Hex126622520433C834618
Octal221464212201037420310630
Binary10010110011010001010100100100001111110010000011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126622; }

 p { color: rgb(18,102,34); }

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

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

 a { background-color: rgb(18,102,34); }

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

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

 span { border-color: rgb(18,102,34); }

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