#095E14

Color #095E14 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #095E14

Tints of Crusoe #095E14

Color information

#095E14 (or 0x095E14) is unknown color: approx 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

RGB99420-
CMYK0.9000.790.63
HSL127.76º82.52%20.2%-
HSV(B)127.76º90.43%36.86%-
XYZ4.248.112-
YUV60.15105.3491.52-

RGB Variations

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

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.20% from 255) = 16.26%
R=7.32%
G=76.42%
B=16.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994200.9000.790.63127.7682.5220.2
Hex95E145A04F3F805314
Octal111362413201177720012324
Binary100110111101010010110100100111111111110000000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>