Html Css Color HEX #095217 Crusoe

📋 copy color: '#095217'

red 9 ◦ green 82 ◦ blue 23

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

Shades of Crusoe #095217

Tints of Crusoe #095217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.18%

R = 7.89%
G = 71.93%
B = 20.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#095217 (or 0x095217) is known color: Crusoe. HEX triplet: 09, 52 and 17. RGB value is (9,82,23). Sum of RGB (Red+Green+Blue) = 9+82+23=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 23 (9.38% from 255 or 20.18% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #095217 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095217 is #F6ADE8. Grayscale: #353535. Windows color (decimal): -16166377 or 1528329. OLE color: 1528329.

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

Color convert

RGB 9 82 23 -
CMYK 0.89 0 0.72 0.68
HSL 131.51º 0.8% 0.18% -
HSV(B) 131.51º 0.89% 0.32% -
XYZ 3.28 6.15 1.83 -
YUV 53.45 110.82 96.3 -
System Red Green Blue C M Y K H S L
Decimal 9 82 23 0.89 0 0.72 0.68 131.51 0.8 0.18
Hex 9 52 17 59 0 48 44 84 50 12
Octal 11 122 27 131 0 110 104 204 120 22
Binary 1001 1010010 10111 1011001 0 1001000 1000100 10000100 1010000 10010

Color Harmonies of #095217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095217

Black with #095217

Text Example


Text Example

White with #095217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095217; }

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

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

background-color css

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

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

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

border-color css

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

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

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