#18513C

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

Shades of County Green #18513C

Tints of County Green #18513C

Color information

#18513C (or 0x18513C) is unknown color: approx County Green. HEX triplet: 18, 51 and 3C. RGB value is (24,81,60). Sum of RGB (Red+Green+Blue) = 24+81+60=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #18513C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18513C is #E7AEC3. Grayscale: #3D3D3D. Windows color (decimal): -15183556 or 3952920. OLE color: 3952920.

HSL color Cylindrical-coordinate representation of color #18513C: hue angle of 157.89º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18513C is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB248160-
CMYK0.7000.260.68
HSL157.89º54.29%20.59%-
HSV(B)157.89º70.37%31.76%-
XYZ4.136.415.29-
YUV61.56127.12101.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 81 (32.03% from 255) = 49.09%
BLUE value IS 60 (23.83% from 255) = 36.36%
R=14.55%
G=49.09%
B=36.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481600.7000.260.68157.8954.2920.59
Hex18513C4601A449e3615
Octal30121741060321042366625
Binary110001010001111100100011001101010001001001111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18513C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18513C; }

 p { color: rgb(24,81,60); }

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

<style>
 a { background-color: #18513C; }

 a { background-color: rgb(24,81,60); }

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

<style>
 span { border-color: #18513C; }

 span { border-color: rgb(24,81,60); }

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