#026422

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

Shades of Crusoe #026422

Tints of Crusoe #026422

Color information

#026422 (or 0x026422) is unknown color: approx Crusoe. HEX triplet: 02, 64 and 22. RGB value is (2,100,34). Sum of RGB (Red+Green+Blue) = 2+100+34=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 100 (39.45% from 255 or 73.53% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 100 - color contains mainly: green. Hex color #026422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026422 is #FD9BDD. Grayscale: #3F3F3F. Windows color (decimal): -16620510 or 2253826. OLE color: 2253826.

HSL color Cylindrical-coordinate representation of color #026422: hue angle of 139.59º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026422 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB210034-
CMYK0.9800.660.61
HSL139.59º96.08%20%-
HSV(B)139.59º98%39.22%-
XYZ4.879.243.04-
YUV63.17111.5384.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 100 (39.45% from 255) = 73.53%
BLUE value IS 34 (13.67% from 255) = 25%
R=1.47%
G=73.53%
B=25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2100340.9800.660.61139.5996.0820
Hex26422620423D8c6014
Octal21444214201027521414024
Binary10110010010001011000100100001011110110001100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026422; }

 p { color: rgb(2,100,34); }

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

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

 a { background-color: rgb(2,100,34); }

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

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

 span { border-color: rgb(2,100,34); }

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