#0D5436

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

Shades of County Green #0D5436

Tints of County Green #0D5436

Color information

#0D5436 (or 0x0D5436) is unknown color: approx County Green. HEX triplet: 0D, 54 and 36. RGB value is (13,84,54). Sum of RGB (Red+Green+Blue) = 13+84+54=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #0D5436 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5436 is #F2ABC9. Grayscale: #3B3B3B. Windows color (decimal): -15903690 or 3560461. OLE color: 3560461.

HSL color Cylindrical-coordinate representation of color #0D5436: hue angle of 154.65º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5436 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB138454-
CMYK0.8500.360.67
HSL154.65º73.2%19.02%-
HSV(B)154.65º84.52%32.94%-
XYZ46.694.57-
YUV59.35124.9894.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 84 (33.20% from 255) = 55.63%
BLUE value IS 54 (21.48% from 255) = 35.76%
R=8.61%
G=55.63%
B=35.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1384540.8500.360.67154.6573.219.02
HexD543655024439b4913
Octal151246612504410323311123
Binary1101101010011011010101010100100100001110011011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,84,54); }

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

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

 a { background-color: rgb(13,84,54); }

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

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

 span { border-color: rgb(13,84,54); }

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