#096426

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

Shades of Crusoe #096426

Tints of Crusoe #096426

Color information

#096426 (or 0x096426) is unknown color: approx Crusoe. HEX triplet: 09, 64 and 26. RGB value is (9,100,38). Sum of RGB (Red+Green+Blue) = 9+100+38=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 100 (39.45% from 255 or 68.03% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 100 - color contains mainly: green. Hex color #096426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096426 is #F69BD9. Grayscale: #414141. Windows color (decimal): -16161754 or 2515977. OLE color: 2515977.

HSL color Cylindrical-coordinate representation of color #096426: hue angle of 139.12º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096426 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB910038-
CMYK0.9100.620.61
HSL139.12º83.49%21.37%-
HSV(B)139.12º91%39.22%-
XYZ5.029.313.37-
YUV65.72112.3587.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.12%
GREEN value IS 100 (39.45% from 255) = 68.03%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=6.12%
G=68.03%
B=25.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100380.9100.620.61139.1283.4921.37
Hex964265B03E3D8b5315
Octal11144461330767521312325
Binary100111001001001101011011011111011110110001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096426; }

 p { color: rgb(9,100,38); }

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

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

 a { background-color: rgb(9,100,38); }

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

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

 span { border-color: rgb(9,100,38); }

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