Html Css Color HEX #095521 Crusoe

📋 copy color: '#095521'

red 9 ◦ green 85 ◦ blue 33

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

Shades of Crusoe #095521

Tints of Crusoe #095521

RGB

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

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

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

R = 7.09%
G = 66.93%
B = 25.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#095521 (or 0x095521) is known color: Crusoe. HEX triplet: 09, 55 and 21. RGB value is (9,85,33). Sum of RGB (Red+Green+Blue) = 9+85+33=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #095521 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #095521 is #F6AADE. Grayscale: #383838. Windows color (decimal): -16165599 or 2184457. OLE color: 2184457.

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

Color convert

RGB 9 85 33 -
CMYK 0.89 0 0.61 0.67
HSL 138.95º 0.81% 0.18% -
HSV(B) 138.95º 0.89% 0.33% -
XYZ 3.64 6.66 2.53 -
YUV 56.35 114.82 94.23 -
System Red Green Blue C M Y K H S L
Decimal 9 85 33 0.89 0 0.61 0.67 138.95 0.81 0.18
Hex 9 55 21 59 0 3D 43 8B 51 12
Octal 11 125 41 131 0 75 103 213 121 22
Binary 1001 1010101 100001 1011001 0 111101 1000011 10001011 1010001 10010

Color Harmonies of #095521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095521

Black with #095521

Text Example


Text Example

White with #095521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095521; }

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

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

background-color css

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

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

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

border-color css

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

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

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