#126020

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

Shades of Crusoe #126020

Tints of Crusoe #126020

Color information

#126020 (or 0x126020) is unknown color: approx Crusoe. HEX triplet: 12, 60 and 20. RGB value is (18,96,32). Sum of RGB (Red+Green+Blue) = 18+96+32=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #126020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126020 is #ED9FDF. Grayscale: #414141. Windows color (decimal): -15572960 or 2121746. OLE color: 2121746.

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

Color convert

RGB189632-
CMYK0.8100.670.62
HSL130.77º68.42%22.35%-
HSV(B)130.77º81.25%37.65%-
XYZ4.698.62.78-
YUV65.38109.1694.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 96 (37.89% from 255) = 65.75%
BLUE value IS 32 (12.89% from 255) = 21.92%
R=12.33%
G=65.75%
B=21.92%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1896320.8100.670.62130.7768.4222.35
Hex126020510433E834416
Octal221404012101037620310426
Binary10010110000010000010100010100001111111010000011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126020; }

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

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

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

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

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

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

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

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