#18513B

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

Shades of County Green #18513B

Tints of County Green #18513B

Color information

#18513B (or 0x18513B) is unknown color: approx County Green. HEX triplet: 18, 51 and 3B. RGB value is (24,81,59). Sum of RGB (Red+Green+Blue) = 24+81+59=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #18513B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18513B is #E7AEC4. Grayscale: #3D3D3D. Windows color (decimal): -15183557 or 3887384. OLE color: 3887384.

HSL color Cylindrical-coordinate representation of color #18513B: hue angle of 156.84º 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 #18513B is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB248159-
CMYK0.7000.270.68
HSL156.84º54.29%20.59%-
HSV(B)156.84º70.37%31.76%-
XYZ4.116.395.16-
YUV61.45126.62101.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 81 (32.03% from 255) = 49.39%
BLUE value IS 59 (23.44% from 255) = 35.98%
R=14.63%
G=49.39%
B=35.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481590.7000.270.68156.8454.2920.59
Hex18513B4601B449d3615
Octal30121731060331042356625
Binary110001010001111011100011001101110001001001110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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