#096026

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

Shades of Crusoe #096026

Tints of Crusoe #096026

Color information

#096026 (or 0x096026) is unknown color: approx Crusoe. HEX triplet: 09, 60 and 26. RGB value is (9,96,38). Sum of RGB (Red+Green+Blue) = 9+96+38=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 96 (37.89% from 255 or 67.13% from 143); Blue value is 38 (15.23% from 255 or 26.57% from 143); Max value from RGB is 96 - color contains mainly: green. Hex color #096026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096026 is #F69FD9. Grayscale: #3F3F3F. Windows color (decimal): -16162778 or 2514953. OLE color: 2514953.

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

Color convert

RGB99638-
CMYK0.9100.600.62
HSL140º82.86%20.59%-
HSV(B)140º90.62%37.65%-
XYZ4.658.563.24-
YUV63.38113.6889.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 96 (37.89% from 255) = 67.13%
BLUE value IS 38 (15.23% from 255) = 26.57%
R=6.29%
G=67.13%
B=26.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996380.9100.600.6214082.8620.59
Hex960265B03C3E8c5315
Octal11140461330747621412325
Binary100111000001001101011011011110011111010001100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096026; }

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

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

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

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

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

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

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

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