Html Css Color HEX #095932 Crusoe

📋 copy color: '#095932'

red 9 ◦ green 89 ◦ blue 50

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

Shades of Crusoe #095932

Tints of Crusoe #095932

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

 M value IS 0

 Y value IS 0.44

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 9 89 50 -
CMYK 0.90 0 0.44 0.65
HSL 150.75º 0.82% 0.19% -
HSV(B) 150.75º 0.9% 0.35% -
XYZ 4.26 7.43 4.23 -
YUV 60.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 9 89 50 0.90 0 0.44 0.65 150.75 0.82 0.19
Hex 9 59 32 5A 0 2C 41 97 52 13
Octal 11 131 62 132 0 54 101 227 122 23
Binary 1001 1011001 110010 1011010 0 101100 1000001 10010111 1010010 10011

Color Harmonies of #095932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095932

Black with #095932

Text Example


Text Example

White with #095932

Text Example


Text Example

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