Html Css Color HEX #095E19 Crusoe

📋 copy color: '#095E19'

red 9 ◦ green 94 ◦ blue 25

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

Shades of Crusoe #095E19

Tints of Crusoe #095E19

RGB

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

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

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

R = 7.03%
G = 73.44%
B = 19.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#095E19 (or 0x095E19) is known color: Crusoe. HEX triplet: 09, 5E and 19. RGB value is (9,94,25). Sum of RGB (Red+Green+Blue) = 9+94+25=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 94 (37.11% from 255 or 73.44% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 94 - color contains mainly: green. Hex color #095E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E19 is #F6A1E6. Grayscale: #3C3C3C. Windows color (decimal): -16163303 or 1662473. OLE color: 1662473.

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

Color convert

RGB 9 94 25 -
CMYK 0.90 0 0.73 0.63
HSL 131.29º 0.83% 0.2% -
HSV(B) 131.29º 0.9% 0.37% -
XYZ 4.29 8.13 2.26 -
YUV 60.72 107.84 91.11 -
System Red Green Blue C M Y K H S L
Decimal 9 94 25 0.90 0 0.73 0.63 131.29 0.83 0.2
Hex 9 5E 19 5A 0 49 3F 83 53 14
Octal 11 136 31 132 0 111 77 203 123 24
Binary 1001 1011110 11001 1011010 0 1001001 111111 10000011 1010011 10100

Color Harmonies of #095E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E19

Black with #095E19

Text Example


Text Example

White with #095E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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