#0A4F34

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

Shades of County Green #0A4F34

Tints of County Green #0A4F34

Color information

#0A4F34 (or 0x0A4F34) is unknown color: approx County Green. HEX triplet: 0A, 4F and 34. RGB value is (10,79,52). Sum of RGB (Red+Green+Blue) = 10+79+52=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 79 (31.25% from 255 or 56.03% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 79 - color contains mainly: green. Hex color #0A4F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A4F34 is #F5B0CB. Grayscale: #373737. Windows color (decimal): -16101580 or 3428106. OLE color: 3428106.

HSL color Cylindrical-coordinate representation of color #0A4F34: hue angle of 156.52º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4F34 is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB107952-
CMYK0.8700.340.69
HSL156.52º77.53%17.45%-
HSV(B)156.52º87.34%30.98%-
XYZ3.545.94.2-
YUV55.29126.1495.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.09%
GREEN value IS 79 (31.25% from 255) = 56.03%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=7.09%
G=56.03%
B=36.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1079520.8700.340.69156.5277.5317.45
HexA4F3457022459d4e11
Octal121176412704210523511621
Binary1010100111111010010101110100010100010110011101100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A4F34; }

 p { color: rgb(10,79,52); }

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

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

 a { background-color: rgb(10,79,52); }

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

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

 span { border-color: rgb(10,79,52); }

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