Html Css Color HEX #095220 Crusoe

📋 copy color: '#095220'

red 9 ◦ green 82 ◦ blue 32

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

Shades of Crusoe #095220

Tints of Crusoe #095220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 66.67%

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

R = 7.32%
G = 66.67%
B = 26.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.68

RGB Variations

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

Color information

#095220 (or 0x095220) is known color: Crusoe. HEX triplet: 09, 52 and 20. RGB value is (9,82,32). Sum of RGB (Red+Green+Blue) = 9+82+32=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 82 (32.42% from 255 or 66.67% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 82 - color contains mainly: green. Hex color #095220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095220 is #F6ADDF. Grayscale: #363636. Windows color (decimal): -16166368 or 2118153. OLE color: 2118153.

HSL color Cylindrical-coordinate representation of color #095220: hue angle of 138.9º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095220 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 32 -
CMYK 0.89 0 0.61 0.68
HSL 138.9º 0.8% 0.18% -
HSV(B) 138.9º 0.89% 0.32% -
XYZ 3.39 6.2 2.38 -
YUV 54.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 9 82 32 0.89 0 0.61 0.68 138.9 0.8 0.18
Hex 9 52 20 59 0 3D 44 8B 50 12
Octal 11 122 40 131 0 75 104 213 120 22
Binary 1001 1010010 100000 1011001 0 111101 1000100 10001011 1010000 10010

Color Harmonies of #095220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095220

Black with #095220

Text Example


Text Example

White with #095220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095220; }

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

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

background-color css

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

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

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

border-color css

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

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

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