Html Css Color HEX #095919 Crusoe

📋 copy color: '#095919'

red 9 ◦ green 89 ◦ blue 25

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

Shades of Crusoe #095919

Tints of Crusoe #095919

RGB

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

 GREEN value IS 89 (35.16% from 255) = 72.36%

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

R = 7.32%
G = 72.36%
B = 20.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#095919 (or 0x095919) is known color: Crusoe. HEX triplet: 09, 59 and 19. RGB value is (9,89,25). Sum of RGB (Red+Green+Blue) = 9+89+25=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 89 (35.16% from 255 or 72.36% from 123); Blue value is 25 (10.16% from 255 or 20.33% from 123); Max value from RGB is 89 - color contains mainly: green. Hex color #095919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095919 is #F6A6E6. Grayscale: #393939. Windows color (decimal): -16164583 or 1661193. OLE color: 1661193.

HSL color Cylindrical-coordinate representation of color #095919: hue angle of 132º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095919 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 25 -
CMYK 0.90 0 0.72 0.65
HSL 132º 0.82% 0.19% -
HSV(B) 132º 0.9% 0.35% -
XYZ 3.86 7.27 2.12 -
YUV 57.78 109.5 93.2 -
System Red Green Blue C M Y K H S L
Decimal 9 89 25 0.90 0 0.72 0.65 132 0.82 0.19
Hex 9 59 19 5A 0 48 41 84 52 13
Octal 11 131 31 132 0 110 101 204 122 23
Binary 1001 1011001 11001 1011010 0 1001000 1000001 10000100 1010010 10011

Color Harmonies of #095919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095919

Black with #095919

Text Example


Text Example

White with #095919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095919; }

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

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

background-color css

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

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

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

border-color css

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

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

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