Html Css Color HEX #095532 Crusoe

📋 copy color: '#095532'

red 9 ◦ green 85 ◦ blue 50

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

Shades of Crusoe #095532

Tints of Crusoe #095532

RGB

 RED value IS 9 (3.91% from 255) = 6.25%

 GREEN value IS 85 (33.59% from 255) = 59.03%

 BLUE value IS 50 (19.92% from 255) = 34.72%

R = 6.25%
G = 59.03%
B = 34.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#095532 (or 0x095532) is known color: Crusoe. HEX triplet: 09, 55 and 32. RGB value is (9,85,50). Sum of RGB (Red+Green+Blue) = 9+85+50=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #095532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095532 is #F6AACD. Grayscale: #3A3A3A. Windows color (decimal): -16165582 or 3298569. OLE color: 3298569.

HSL color Cylindrical-coordinate representation of color #095532: hue angle of 152.37º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095532 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 50 -
CMYK 0.89 0 0.41 0.67
HSL 152.37º 0.81% 0.18% -
HSV(B) 152.37º 0.89% 0.33% -
XYZ 3.94 6.79 4.12 -
YUV 58.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 9 85 50 0.89 0 0.41 0.67 152.37 0.81 0.18
Hex 9 55 32 59 0 29 43 98 51 12
Octal 11 125 62 131 0 51 103 230 121 22
Binary 1001 1010101 110010 1011001 0 101001 1000011 10011000 1010001 10010

Color Harmonies of #095532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095532

Black with #095532

Text Example


Text Example

White with #095532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095532; }

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

 H1.HeaderClassName
 {
   color: #095532;
 }
 .AnyTagClassName
 {
   color: #095532;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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