Html Css Color HEX #095522 Crusoe

📋 copy color: '#095522'

red 9 ◦ green 85 ◦ blue 34

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

Shades of Crusoe #095522

Tints of Crusoe #095522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 26.56%

R = 7.03%
G = 66.41%
B = 26.56%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#095522 (or 0x095522) is known color: Crusoe. HEX triplet: 09, 55 and 22. RGB value is (9,85,34). Sum of RGB (Red+Green+Blue) = 9+85+34=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #095522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095522 is #F6AADD. Grayscale: #383838. Windows color (decimal): -16165598 or 2249993. OLE color: 2249993.

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

Color convert

RGB 9 85 34 -
CMYK 0.89 0 0.60 0.67
HSL 139.74º 0.81% 0.18% -
HSV(B) 139.74º 0.89% 0.33% -
XYZ 3.65 6.67 2.61 -
YUV 56.46 115.32 94.15 -
System Red Green Blue C M Y K H S L
Decimal 9 85 34 0.89 0 0.60 0.67 139.74 0.81 0.18
Hex 9 55 22 59 0 3C 43 8C 51 12
Octal 11 125 42 131 0 74 103 214 121 22
Binary 1001 1010101 100010 1011001 0 111100 1000011 10001100 1010001 10010

Color Harmonies of #095522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095522

Black with #095522

Text Example


Text Example

White with #095522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095522; }

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

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

background-color css

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

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

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

border-color css

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

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

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