#096425

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

Shades of Crusoe #096425

Tints of Crusoe #096425

Color information

#096425 (or 0x096425) is unknown color: approx Crusoe. HEX triplet: 09, 64 and 25. RGB value is (9,100,37). Sum of RGB (Red+Green+Blue) = 9+100+37=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 100 (39.45% from 255 or 68.49% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 100 - color contains mainly: green. Hex color #096425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096425 is #F69BDA. Grayscale: #414141. Windows color (decimal): -16161755 or 2450441. OLE color: 2450441.

HSL color Cylindrical-coordinate representation of color #096425: hue angle of 138.46º 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 #096425 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.

Color convert

RGB910037-
CMYK0.9100.630.61
HSL138.46º83.49%21.37%-
HSV(B)138.46º91%39.22%-
XYZ59.313.28-
YUV65.61111.8587.62-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 100 (39.45% from 255) = 68.49%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=6.16%
G=68.49%
B=25.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100370.9100.630.61138.4683.4921.37
Hex964255B03F3D8a5315
Octal11144451330777521212325
Binary100111001001001011011011011111111110110001010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096425; }

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

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

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

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

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

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

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

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