Html Css Color HEX #095416 Crusoe

📋 copy color: '#095416'

red 9 ◦ green 84 ◦ blue 22

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

Shades of Crusoe #095416

Tints of Crusoe #095416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 73.04%

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

R = 7.83%
G = 73.04%
B = 19.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#095416 (or 0x095416) is known color: Crusoe. HEX triplet: 09, 54 and 16. RGB value is (9,84,22). Sum of RGB (Red+Green+Blue) = 9+84+22=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 84 (33.20% from 255 or 73.04% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 84 - color contains mainly: green. Hex color #095416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095416 is #F6ABE9. Grayscale: #363636. Windows color (decimal): -16165866 or 1463305. OLE color: 1463305.

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

Color convert

RGB 9 84 22 -
CMYK 0.89 0 0.74 0.67
HSL 130.4º 0.81% 0.18% -
HSV(B) 130.4º 0.89% 0.33% -
XYZ 3.43 6.46 1.82 -
YUV 54.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 9 84 22 0.89 0 0.74 0.67 130.4 0.81 0.18
Hex 9 54 16 59 0 4A 43 82 51 12
Octal 11 124 26 131 0 112 103 202 121 22
Binary 1001 1010100 10110 1011001 0 1001010 1000011 10000010 1010001 10010

Color Harmonies of #095416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095416

Black with #095416

Text Example


Text Example

White with #095416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095416; }

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

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

background-color css

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

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

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

border-color css

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

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

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