Html Css Color HEX #095119 Crusoe

📋 copy color: '#095119'

red 9 ◦ green 81 ◦ blue 25

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

Shades of Crusoe #095119

Tints of Crusoe #095119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 70.43%

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

R = 7.83%
G = 70.43%
B = 21.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#095119 (or 0x095119) is known color: Crusoe. HEX triplet: 09, 51 and 19. RGB value is (9,81,25). Sum of RGB (Red+Green+Blue) = 9+81+25=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #095119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095119 is #F6AEE6. Grayscale: #353535. Windows color (decimal): -16166631 or 1659145. OLE color: 1659145.

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

Color convert

RGB 9 81 25 -
CMYK 0.89 0 0.69 0.68
HSL 133.33º 0.8% 0.18% -
HSV(B) 133.33º 0.89% 0.32% -
XYZ 3.23 6.01 1.91 -
YUV 53.09 112.15 96.55 -
System Red Green Blue C M Y K H S L
Decimal 9 81 25 0.89 0 0.69 0.68 133.33 0.8 0.18
Hex 9 51 19 59 0 45 44 85 50 12
Octal 11 121 31 131 0 105 104 205 120 22
Binary 1001 1010001 11001 1011001 0 1000101 1000100 10000101 1010000 10010

Color Harmonies of #095119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095119

Black with #095119

Text Example


Text Example

White with #095119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095119; }

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

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

background-color css

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

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

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

border-color css

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

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

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