#126022

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

Shades of Crusoe #126022

Tints of Crusoe #126022

Color information

#126022 (or 0x126022) is unknown color: approx Crusoe. HEX triplet: 12, 60 and 22. RGB value is (18,96,34). Sum of RGB (Red+Green+Blue) = 18+96+34=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 96 (37.89% from 255 or 64.86% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 96 - color contains mainly: green. Hex color #126022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126022 is #ED9FDD. Grayscale: #414141. Windows color (decimal): -15572958 or 2252818. OLE color: 2252818.

HSL color Cylindrical-coordinate representation of color #126022: hue angle of 132.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126022 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB189634-
CMYK0.8100.650.62
HSL132.31º68.42%22.35%-
HSV(B)132.31º81.25%37.65%-
XYZ4.728.612.93-
YUV65.61110.1694.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 96 (37.89% from 255) = 64.86%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=12.16%
G=64.86%
B=22.97%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896340.8100.650.62132.3168.4222.35
Hex126022510413E844416
Octal221404212101017620410426
Binary10010110000010001010100010100000111111010000100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126022; }

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

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

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

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

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

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

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

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