#0D4F33

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

Shades of County Green #0D4F33

Tints of County Green #0D4F33

Color information

#0D4F33 (or 0x0D4F33) is unknown color: approx County Green. HEX triplet: 0D, 4F and 33. RGB value is (13,79,51). Sum of RGB (Red+Green+Blue) = 13+79+51=143 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.09% from 143); Green value is 79 (31.25% from 255 or 55.24% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 79 - color contains mainly: green. Hex color #0D4F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4F33 is #F2B0CC. Grayscale: #383838. Windows color (decimal): -15904973 or 3362573. OLE color: 3362573.

HSL color Cylindrical-coordinate representation of color #0D4F33: hue angle of 154.55º 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 #0D4F33 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB137951-
CMYK0.8400.350.69
HSL154.55º71.74%18.04%-
HSV(B)154.55º83.54%30.98%-
XYZ3.565.924.09-
YUV56.07125.1397.28-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.09%
GREEN value IS 79 (31.25% from 255) = 55.24%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=9.09%
G=55.24%
B=35.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1379510.8400.350.69154.5571.7418.04
HexD4F3354023459b4812
Octal151176312404310523311022
Binary1101100111111001110101000100011100010110011011100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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