Html Css Color HEX #095933 Crusoe

📋 copy color: '#095933'

red 9 ◦ green 89 ◦ blue 51

#095933
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #095933

Tints of Crusoe #095933

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 value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#095933 (or 0x095933) is known color: 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

RGB 9 89 51 -
CMYK 0.90 0 0.43 0.65
HSL 151.5º 0.82% 0.19% -
HSV(B) 151.5º 0.9% 0.35% -
XYZ 4.28 7.44 4.34 -
YUV 60.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 9 89 51 0.90 0 0.43 0.65 151.5 0.82 0.19
Hex 9 59 33 5A 0 2B 41 98 52 13
Octal 11 131 63 132 0 53 101 230 122 23
Binary 1001 1011001 110011 1011010 0 101011 1000001 10011000 1010010 10011

Color Harmonies of #095933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095933

Black with #095933

Text Example


Text Example

White with #095933

Text Example


Text Example

HTML Codes & Css Web 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>