#094F35

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

Shades of County Green #094F35

Tints of County Green #094F35

Color information

#094F35 (or 0x094F35) is unknown color: approx County Green. HEX triplet: 09, 4F and 35. RGB value is (9,79,53). Sum of RGB (Red+Green+Blue) = 9+79+53=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #094F35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094F35 is #F6B0CA. Grayscale: #373737. Windows color (decimal): -16167115 or 3493641. OLE color: 3493641.

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

Color convert

RGB97953-
CMYK0.8900.330.69
HSL157.71º79.55%17.25%-
HSV(B)157.71º88.61%30.98%-
XYZ3.555.914.32-
YUV55.11126.8195.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=6.38%
G=56.03%
B=37.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal979530.8900.330.69157.7179.5517.25
Hex94F3559021459e5011
Octal111176513104110523612021
Binary1001100111111010110110010100001100010110011110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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