#0D4F34

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

Shades of County Green #0D4F34

Tints of County Green #0D4F34

Color information

#0D4F34 (or 0x0D4F34) is unknown color: approx County Green. HEX triplet: 0D, 4F and 34. RGB value is (13,79,52). Sum of RGB (Red+Green+Blue) = 13+79+52=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #0D4F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4F34 is #F2B0CB. Grayscale: #383838. Windows color (decimal): -15904972 or 3428109. OLE color: 3428109.

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

Color convert

RGB137952-
CMYK0.8400.340.69
HSL155.45º71.74%18.04%-
HSV(B)155.45º83.54%30.98%-
XYZ3.585.934.2-
YUV56.19125.6397.2-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.03%
GREEN value IS 79 (31.25% from 255) = 54.86%
BLUE value IS 52 (20.70% from 255) = 36.11%
R=9.03%
G=54.86%
B=36.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1379520.8400.340.69155.4571.7418.04
HexD4F3454022459b4812
Octal151176412404210523311022
Binary1101100111111010010101000100010100010110011011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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