#094A34

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

Shades of Sherwood Green #094A34

Tints of Sherwood Green #094A34

Color information

#094A34 (or 0x094A34) is unknown color: approx Sherwood Green. HEX triplet: 09, 4A and 34. RGB value is (9,74,52). Sum of RGB (Red+Green+Blue) = 9+74+52=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 52 (20.70% from 255 or 38.52% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #094A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A34 is #F6B5CB. Grayscale: #343434. Windows color (decimal): -16168396 or 3426825. OLE color: 3426825.

HSL color Cylindrical-coordinate representation of color #094A34: hue angle of 159.69º 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 #094A34 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB97452-
CMYK0.8800.300.71
HSL159.69º78.31%16.27%-
HSV(B)159.69º87.84%29.02%-
XYZ3.185.24.09-
YUV52.06127.9797.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.67%
GREEN value IS 74 (29.30% from 255) = 54.81%
BLUE value IS 52 (20.70% from 255) = 38.52%
R=6.67%
G=54.81%
B=38.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal974520.8800.300.71159.6978.3116.27
Hex94A345801E47a04e10
Octal111126413003610724011620
Binary100110010101101001011000011110100011110100000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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