#094F22

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

Shades of Crusoe #094F22

Tints of Crusoe #094F22

Color information

#094F22 (or 0x094F22) is unknown color: approx Crusoe. HEX triplet: 09, 4F and 22. RGB value is (9,79,34). Sum of RGB (Red+Green+Blue) = 9+79+34=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 79 (31.25% from 255 or 64.75% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 79 - color contains mainly: green. Hex color #094F22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F22 is #F6B0DD. Grayscale: #353535. Windows color (decimal): -16167134 or 2248457. OLE color: 2248457.

HSL color Cylindrical-coordinate representation of color #094F22: hue angle of 141.43º 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 #094F22 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.69.

Color convert

RGB97934-
CMYK0.8900.570.69
HSL141.43º79.55%17.25%-
HSV(B)141.43º88.61%30.98%-
XYZ3.25.772.46-
YUV52.94117.3196.66-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 79 (31.25% from 255) = 64.75%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=7.38%
G=64.75%
B=27.87%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal979340.8900.570.69141.4379.5517.25
Hex94F2259039458d5011
Octal111174213107110521512021
Binary1001100111110001010110010111001100010110001101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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