#15513A

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

Shades of County Green #15513A

Tints of County Green #15513A

Color information

#15513A (or 0x15513A) is unknown color: approx County Green. HEX triplet: 15, 51 and 3A. RGB value is (21,81,58). Sum of RGB (Red+Green+Blue) = 21+81+58=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 81 (32.03% from 255 or 50.62% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 81 - color contains mainly: green. Hex color #15513A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15513A is #EAAEC5. Grayscale: #3C3C3C. Windows color (decimal): -15380166 or 3821845. OLE color: 3821845.

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

Color convert

RGB218158-
CMYK0.7400.280.68
HSL157º58.82%20%-
HSV(B)157º74.07%31.76%-
XYZ4.026.355.02-
YUV60.44126.6299.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 81 (32.03% from 255) = 50.62%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=13.12%
G=50.62%
B=36.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181580.7400.280.6815758.8220
Hex15513A4A01C449d3b14
Octal25121721120341042357324
Binary101011010001111010100101001110010001001001110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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