#0D523A

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

Shades of County Green #0D523A

Tints of County Green #0D523A

Color information

#0D523A (or 0x0D523A) is unknown color: approx County Green. HEX triplet: 0D, 52 and 3A. RGB value is (13,82,58). Sum of RGB (Red+Green+Blue) = 13+82+58=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 82 (32.42% from 255 or 53.59% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 82 - color contains mainly: green. Hex color #0D523A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D523A is #F2ADC5. Grayscale: #3A3A3A. Windows color (decimal): -15904198 or 3822093. OLE color: 3822093.

HSL color Cylindrical-coordinate representation of color #0D523A: hue angle of 159.13º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D523A is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.68.

Color convert

RGB138258-
CMYK0.8400.290.68
HSL159.13º72.63%18.63%-
HSV(B)159.13º84.15%32.16%-
XYZ3.956.435.04-
YUV58.63127.6495.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.50%
GREEN value IS 82 (32.42% from 255) = 53.59%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=8.50%
G=53.59%
B=37.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1382580.8400.290.68159.1372.6318.63
HexD523A5401D449f4913
Octal151227212403510423711123
Binary110110100101110101010100011101100010010011111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D523A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,82,58); }

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

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

 a { background-color: rgb(13,82,58); }

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

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

 span { border-color: rgb(13,82,58); }

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