Html Css Color HEX #095216 Crusoe

📋 copy color: '#095216'

red 9 ◦ green 82 ◦ blue 22

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

Shades of Crusoe #095216

Tints of Crusoe #095216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 19.47%

R = 7.96%
G = 72.57%
B = 19.47%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#095216 (or 0x095216) is known color: Crusoe. HEX triplet: 09, 52 and 16. RGB value is (9,82,22). Sum of RGB (Red+Green+Blue) = 9+82+22=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 82 (32.42% from 255 or 72.57% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 82 - color contains mainly: green. Hex color #095216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095216 is #F6ADE9. Grayscale: #353535. Windows color (decimal): -16166378 or 1462793. OLE color: 1462793.

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

Color convert

RGB 9 82 22 -
CMYK 0.89 0 0.73 0.68
HSL 130.68º 0.8% 0.18% -
HSV(B) 130.68º 0.89% 0.32% -
XYZ 3.27 6.15 1.77 -
YUV 53.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 9 82 22 0.89 0 0.73 0.68 130.68 0.8 0.18
Hex 9 52 16 59 0 49 44 83 50 12
Octal 11 122 26 131 0 111 104 203 120 22
Binary 1001 1010010 10110 1011001 0 1001001 1000100 10000011 1010000 10010

Color Harmonies of #095216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095216

Black with #095216

Text Example


Text Example

White with #095216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095216; }

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

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

background-color css

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

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

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

border-color css

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

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

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