#095933

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

Shades of Crusoe #095933

Tints of Crusoe #095933

Color information

#095933 (or 0x095933) is unknown color: approx Crusoe. HEX triplet: 09, 59 and 33. RGB value is (9,89,51). Sum of RGB (Red+Green+Blue) = 9+89+51=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 89 (35.16% from 255 or 59.73% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 89 - color contains mainly: green. Hex color #095933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095933 is #F6A6CC. Grayscale: #3C3C3C. Windows color (decimal): -16164557 or 3365129. OLE color: 3365129.

HSL color Cylindrical-coordinate representation of color #095933: hue angle of 151.5º 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 #095933 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB98951-
CMYK0.9000.430.65
HSL151.5º81.63%19.22%-
HSV(B)151.5º89.89%34.9%-
XYZ4.287.444.34-
YUV60.75122.591.09-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 89 (35.16% from 255) = 59.73%
BLUE value IS 51 (20.31% from 255) = 34.23%
R=6.04%
G=59.73%
B=34.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal989510.9000.430.65151.581.6319.22
Hex959335A02B41985213
Octal111316313205310123012223
Binary1001101100111001110110100101011100000110011000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095933; }

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

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

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

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

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

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

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

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