#095932

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

Shades of Crusoe #095932

Tints of Crusoe #095932

Color information

#095932 (or 0x095932) is unknown color: approx Crusoe. HEX triplet: 09, 59 and 32. RGB value is (9,89,50). Sum of RGB (Red+Green+Blue) = 9+89+50=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #095932 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095932 is #F6A6CD. Grayscale: #3C3C3C. Windows color (decimal): -16164558 or 3299593. OLE color: 3299593.

HSL color Cylindrical-coordinate representation of color #095932: hue angle of 150.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095932 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.

Color convert

RGB98950-
CMYK0.9000.440.65
HSL150.75º81.63%19.22%-
HSV(B)150.75º89.89%34.9%-
XYZ4.267.434.23-
YUV60.6312291.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 89 (35.16% from 255) = 60.14%
BLUE value IS 50 (19.92% from 255) = 33.78%
R=6.08%
G=60.14%
B=33.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989500.9000.440.65150.7581.6319.22
Hex959325A02C41975213
Octal111316213205410122712223
Binary1001101100111001010110100101100100000110010111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095932; }

 p { color: rgb(9,89,50); }

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

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

 a { background-color: rgb(9,89,50); }

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

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

 span { border-color: rgb(9,89,50); }

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