Html Css Color HEX #095E18 Crusoe

📋 copy color: '#095E18'

red 9 ◦ green 94 ◦ blue 24

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

Shades of Crusoe #095E18

Tints of Crusoe #095E18

RGB

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

 GREEN value IS 94 (37.11% from 255) = 74.02%

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

R = 7.09%
G = 74.02%
B = 18.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#095E18 (or 0x095E18) is known color: Crusoe. HEX triplet: 09, 5E and 18. RGB value is (9,94,24). Sum of RGB (Red+Green+Blue) = 9+94+24=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 94 (37.11% from 255 or 74.02% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 94 - color contains mainly: green. Hex color #095E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E18 is #F6A1E7. Grayscale: #3C3C3C. Windows color (decimal): -16163304 or 1596937. OLE color: 1596937.

HSL color Cylindrical-coordinate representation of color #095E18: hue angle of 130.59º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095E18 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 94 24 -
CMYK 0.90 0 0.74 0.63
HSL 130.59º 0.83% 0.2% -
HSV(B) 130.59º 0.9% 0.37% -
XYZ 4.28 8.13 2.21 -
YUV 60.61 107.34 91.19 -
System Red Green Blue C M Y K H S L
Decimal 9 94 24 0.90 0 0.74 0.63 130.59 0.83 0.2
Hex 9 5E 18 5A 0 4A 3F 83 53 14
Octal 11 136 30 132 0 112 77 203 123 24
Binary 1001 1011110 11000 1011010 0 1001010 111111 10000011 1010011 10100

Color Harmonies of #095E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E18

Black with #095E18

Text Example


Text Example

White with #095E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095E18; }

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

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

background-color css

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

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

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

border-color css

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

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

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