Html Css Color HEX #095316 Crusoe

📋 copy color: '#095316'

red 9 ◦ green 83 ◦ blue 22

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

Shades of Crusoe #095316

Tints of Crusoe #095316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 72.81%

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

R = 7.89%
G = 72.81%
B = 19.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#095316 (or 0x095316) is known color: Crusoe. HEX triplet: 09, 53 and 16. RGB value is (9,83,22). Sum of RGB (Red+Green+Blue) = 9+83+22=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 83 (32.81% from 255 or 72.81% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 83 - color contains mainly: green. Hex color #095316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095316 is #F6ACE9. Grayscale: #363636. Windows color (decimal): -16166122 or 1463049. OLE color: 1463049.

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

Color convert

RGB 9 83 22 -
CMYK 0.89 0 0.73 0.67
HSL 130.54º 0.8% 0.18% -
HSV(B) 130.54º 0.89% 0.33% -
XYZ 3.35 6.3 1.8 -
YUV 53.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 9 83 22 0.89 0 0.73 0.67 130.54 0.8 0.18
Hex 9 53 16 59 0 49 43 83 50 12
Octal 11 123 26 131 0 111 103 203 120 22
Binary 1001 1010011 10110 1011001 0 1001001 1000011 10000011 1010000 10010

Color Harmonies of #095316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095316

Black with #095316

Text Example


Text Example

White with #095316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095316; }

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

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

background-color css

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

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

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

border-color css

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

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

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