Html Css Color HEX #095E15 Crusoe

📋 copy color: '#095E15'

red 9 ◦ green 94 ◦ blue 21

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

Shades of Crusoe #095E15

Tints of Crusoe #095E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.94%

R = 7.26%
G = 75.81%
B = 16.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#095E15 (or 0x095E15) is known color: Crusoe. HEX triplet: 09, 5E and 15. RGB value is (9,94,21). Sum of RGB (Red+Green+Blue) = 9+94+21=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 94 (37.11% from 255 or 75.81% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 94 - color contains mainly: green. Hex color #095E15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E15 is #F6A1EA. Grayscale: #3C3C3C. Windows color (decimal): -16163307 or 1400329. OLE color: 1400329.

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

Color convert

RGB 9 94 21 -
CMYK 0.90 0 0.78 0.63
HSL 128.47º 0.83% 0.2% -
HSV(B) 128.47º 0.9% 0.37% -
XYZ 4.25 8.12 2.05 -
YUV 60.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 9 94 21 0.90 0 0.78 0.63 128.47 0.83 0.2
Hex 9 5E 15 5A 0 4E 3F 80 53 14
Octal 11 136 25 132 0 116 77 200 123 24
Binary 1001 1011110 10101 1011010 0 1001110 111111 10000000 1010011 10100

Color Harmonies of #095E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E15

Black with #095E15

Text Example


Text Example

White with #095E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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