Html Css Color HEX #095520 Crusoe

📋 copy color: '#095520'

red 9 ◦ green 85 ◦ blue 32

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

Shades of Crusoe #095520

Tints of Crusoe #095520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 25.4%

R = 7.14%
G = 67.46%
B = 25.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#095520 (or 0x095520) is known color: Crusoe. HEX triplet: 09, 55 and 20. RGB value is (9,85,32). Sum of RGB (Red+Green+Blue) = 9+85+32=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 85 (33.59% from 255 or 67.46% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 85 - color contains mainly: green. Hex color #095520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095520 is #F6AADF. Grayscale: #383838. Windows color (decimal): -16165600 or 2118921. OLE color: 2118921.

HSL color Cylindrical-coordinate representation of color #095520: hue angle of 138.16º 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 #095520 is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 32 -
CMYK 0.89 0 0.62 0.67
HSL 138.16º 0.81% 0.18% -
HSV(B) 138.16º 0.89% 0.33% -
XYZ 3.62 6.66 2.46 -
YUV 56.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 9 85 32 0.89 0 0.62 0.67 138.16 0.81 0.18
Hex 9 55 20 59 0 3E 43 8A 51 12
Octal 11 125 40 131 0 76 103 212 121 22
Binary 1001 1010101 100000 1011001 0 111110 1000011 10001010 1010001 10010

Color Harmonies of #095520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095520

Black with #095520

Text Example


Text Example

White with #095520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095520; }

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

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

background-color css

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

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

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

border-color css

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

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

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