Html Css Color HEX #095918 Crusoe

📋 copy color: '#095918'

red 9 ◦ green 89 ◦ blue 24

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

Shades of Crusoe #095918

Tints of Crusoe #095918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 7.38%
G = 72.95%
B = 19.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#095918 (or 0x095918) is known color: Crusoe. HEX triplet: 09, 59 and 18. RGB value is (9,89,24). Sum of RGB (Red+Green+Blue) = 9+89+24=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 89 (35.16% from 255 or 72.95% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 89 - color contains mainly: green. Hex color #095918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095918 is #F6A6E7. Grayscale: #393939. Windows color (decimal): -16164584 or 1595657. OLE color: 1595657.

HSL color Cylindrical-coordinate representation of color #095918: hue angle of 131.25º 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 #095918 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 89 24 -
CMYK 0.90 0 0.73 0.65
HSL 131.25º 0.82% 0.19% -
HSV(B) 131.25º 0.9% 0.35% -
XYZ 3.85 7.27 2.06 -
YUV 57.67 109 93.29 -
System Red Green Blue C M Y K H S L
Decimal 9 89 24 0.90 0 0.73 0.65 131.25 0.82 0.19
Hex 9 59 18 5A 0 49 41 83 52 13
Octal 11 131 30 132 0 111 101 203 122 23
Binary 1001 1011001 11000 1011010 0 1001001 1000001 10000011 1010010 10011

Color Harmonies of #095918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095918

Black with #095918

Text Example


Text Example

White with #095918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095918; }

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

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

background-color css

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

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

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

border-color css

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

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

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