#094F1E

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

Shades of Crusoe #094F1E

Tints of Crusoe #094F1E

Color information

#094F1E (or 0x094F1E) is unknown color: approx Crusoe. HEX triplet: 09, 4F and 1E. RGB value is (9,79,30). Sum of RGB (Red+Green+Blue) = 9+79+30=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 79 (31.25% from 255 or 66.95% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 79 - color contains mainly: green. Hex color #094F1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F1E is #F6B0E1. Grayscale: #343434. Windows color (decimal): -16167138 or 1986313. OLE color: 1986313.

HSL color Cylindrical-coordinate representation of color #094F1E: hue angle of 138º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094F1E is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB97930-
CMYK0.8900.620.69
HSL138º79.55%17.25%-
HSV(B)138º88.61%30.98%-
XYZ3.145.742.17-
YUV52.48115.3196.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 79 (31.25% from 255) = 66.95%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=7.63%
G=66.95%
B=25.42%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal979300.8900.620.6913879.5517.25
Hex94F1E5903E458a5011
Octal111173613107610521212021
Binary100110011111111010110010111110100010110001010101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094F1E; }

 p { color: rgb(9,79,30); }

 H1.HeaderClassName
 {
   color: #094F1E;
 }
 .AnyTagClassName
 {
   color: #094F1E;
 }
</style>
background-color css

<style>
 a { background-color: #094F1E; }

 a { background-color: rgb(9,79,30); }

 div.DivClassName
 {
   background-color: #094F1E;
 }
 .BgClassName
 {
   background-color: #094F1E;
 }
</style>
border-color css

<style>
 span { border-color: #094F1E; }

 span { border-color: rgb(9,79,30); }

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