#12513A

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

Shades of County Green #12513A

Tints of County Green #12513A

Color information

#12513A (or 0x12513A) is unknown color: approx County Green. HEX triplet: 12, 51 and 3A. RGB value is (18,81,58). Sum of RGB (Red+Green+Blue) = 18+81+58=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #12513A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12513A is #EDAEC5. Grayscale: #3B3B3B. Windows color (decimal): -15576774 or 3821842. OLE color: 3821842.

HSL color Cylindrical-coordinate representation of color #12513A: hue angle of 158.1º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12513A is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB188158-
CMYK0.7800.280.68
HSL158.1º63.64%19.41%-
HSV(B)158.1º77.78%31.76%-
XYZ3.966.325.01-
YUV59.54127.1398.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=11.46%
G=51.59%
B=36.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881580.7800.280.68158.163.6419.41
Hex12513A4E01C449e4013
Octal221217211603410423610023
Binary1001010100011110101001110011100100010010011110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12513A; }

 p { color: rgb(18,81,58); }

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

<style>
 a { background-color: #12513A; }

 a { background-color: rgb(18,81,58); }

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

<style>
 span { border-color: #12513A; }

 span { border-color: rgb(18,81,58); }

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