Html Css Color HEX #095319 Crusoe

📋 copy color: '#095319'

red 9 ◦ green 83 ◦ blue 25

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

Shades of Crusoe #095319

Tints of Crusoe #095319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.37%

R = 7.69%
G = 70.94%
B = 21.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#095319 (or 0x095319) is known color: Crusoe. HEX triplet: 09, 53 and 19. RGB value is (9,83,25). Sum of RGB (Red+Green+Blue) = 9+83+25=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 83 (32.81% from 255 or 70.94% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 83 - color contains mainly: green. Hex color #095319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095319 is #F6ACE6. Grayscale: #363636. Windows color (decimal): -16166119 or 1659657. OLE color: 1659657.

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

Color convert

RGB 9 83 25 -
CMYK 0.89 0 0.70 0.67
HSL 132.97º 0.8% 0.18% -
HSV(B) 132.97º 0.89% 0.33% -
XYZ 3.38 6.31 1.96 -
YUV 54.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 9 83 25 0.89 0 0.70 0.67 132.97 0.8 0.18
Hex 9 53 19 59 0 46 43 85 50 12
Octal 11 123 31 131 0 106 103 205 120 22
Binary 1001 1010011 11001 1011001 0 1000110 1000011 10000101 1010000 10010

Color Harmonies of #095319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095319

Black with #095319

Text Example


Text Example

White with #095319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095319; }

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

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

background-color css

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

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

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

border-color css

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

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

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