#18503B

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

Shades of County Green #18503B

Tints of County Green #18503B

Color information

#18503B (or 0x18503B) is unknown color: approx County Green. HEX triplet: 18, 50 and 3B. RGB value is (24,80,59). Sum of RGB (Red+Green+Blue) = 24+80+59=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 80 (31.64% from 255 or 49.08% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 80 - color contains mainly: green. Hex color #18503B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18503B is #E7AFC4. Grayscale: #3C3C3C. Windows color (decimal): -15183813 or 3887128. OLE color: 3887128.

HSL color Cylindrical-coordinate representation of color #18503B: hue angle of 157.5º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18503B is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB248059-
CMYK0.7000.260.69
HSL157.5º53.85%20.39%-
HSV(B)157.5º70%31.37%-
XYZ4.036.255.13-
YUV60.86126.95101.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 80 (31.64% from 255) = 49.08%
BLUE value IS 59 (23.44% from 255) = 36.20%
R=14.72%
G=49.08%
B=36.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480590.7000.260.69157.553.8520.39
Hex18503B4601A459e3614
Octal30120731060321052366624
Binary110001010000111011100011001101010001011001111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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