Html Css Color HEX #095E14 Crusoe

📋 copy color: '#095E14'

red 9 ◦ green 94 ◦ blue 20

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

Shades of Crusoe #095E14

Tints of Crusoe #095E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 7.32%
G = 76.42%
B = 16.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.63

RGB Variations

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

Color information

#095E14 (or 0x095E14) is known color: Crusoe. HEX triplet: 09, 5E and 14. RGB value is (9,94,20). Sum of RGB (Red+Green+Blue) = 9+94+20=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 94 (37.11% from 255 or 76.42% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 94 - color contains mainly: green. Hex color #095E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E14 is #F6A1EB. Grayscale: #3C3C3C. Windows color (decimal): -16163308 or 1334793. OLE color: 1334793.

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

Color convert

RGB 9 94 20 -
CMYK 0.90 0 0.79 0.63
HSL 127.76º 0.83% 0.2% -
HSV(B) 127.76º 0.9% 0.37% -
XYZ 4.24 8.11 2 -
YUV 60.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 9 94 20 0.90 0 0.79 0.63 127.76 0.83 0.2
Hex 9 5E 14 5A 0 4F 3F 80 53 14
Octal 11 136 24 132 0 117 77 200 123 24
Binary 1001 1011110 10100 1011010 0 1001111 111111 10000000 1010011 10100

Color Harmonies of #095E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E14

Black with #095E14

Text Example


Text Example

White with #095E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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