Html Css Color HEX #095221 Crusoe

📋 copy color: '#095221'

red 9 ◦ green 82 ◦ blue 33

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

Shades of Crusoe #095221

Tints of Crusoe #095221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 7.26%
G = 66.13%
B = 26.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#095221 (or 0x095221) is known color: Crusoe. HEX triplet: 09, 52 and 21. RGB value is (9,82,33). Sum of RGB (Red+Green+Blue) = 9+82+33=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 82 (32.42% from 255 or 66.13% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 82 - color contains mainly: green. Hex color #095221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095221 is #F6ADDE. Grayscale: #363636. Windows color (decimal): -16166367 or 2183689. OLE color: 2183689.

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

Color convert

RGB 9 82 33 -
CMYK 0.89 0 0.60 0.68
HSL 139.73º 0.8% 0.18% -
HSV(B) 139.73º 0.89% 0.32% -
XYZ 3.4 6.2 2.46 -
YUV 54.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 9 82 33 0.89 0 0.60 0.68 139.73 0.8 0.18
Hex 9 52 21 59 0 3C 44 8C 50 12
Octal 11 122 41 131 0 74 104 214 120 22
Binary 1001 1010010 100001 1011001 0 111100 1000100 10001100 1010000 10010

Color Harmonies of #095221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095221

Black with #095221

Text Example


Text Example

White with #095221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095221; }

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

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

background-color css

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

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

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

border-color css

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

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

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