#094934

Color #094934 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #094934

Tints of Sherwood Green #094934

Color information

#094934 (or 0x094934) is unknown color: approx Sherwood Green. HEX triplet: 09, 49 and 34. RGB value is (9,73,52). Sum of RGB (Red+Green+Blue) = 9+73+52=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #094934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094934 is #F6B6CB. Grayscale: #333333. Windows color (decimal): -16168652 or 3426569. OLE color: 3426569.

HSL color Cylindrical-coordinate representation of color #094934: hue angle of 160.31º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094934 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB97352-
CMYK0.8800.290.71
HSL160.31º78.05%16.08%-
HSV(B)160.31º87.67%28.63%-
XYZ3.125.074.06-
YUV51.47128.397.71-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.72%
GREEN value IS 73 (28.91% from 255) = 54.48%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=6.72%
G=54.48%
B=38.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal973520.8800.290.71160.3178.0516.08
Hex949345801D47a04e10
Octal111116413003510724011620
Binary100110010011101001011000011101100011110100000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094934; }

 p { color: rgb(9,73,52); }

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

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

 a { background-color: rgb(9,73,52); }

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

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

 span { border-color: rgb(9,73,52); }

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