#18503A

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

Shades of County Green #18503A

Tints of County Green #18503A

Color information

#18503A (or 0x18503A) is unknown color: approx County Green. HEX triplet: 18, 50 and 3A. RGB value is (24,80,58). Sum of RGB (Red+Green+Blue) = 24+80+58=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #18503A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18503A is #E7AFC5. Grayscale: #3C3C3C. Windows color (decimal): -15183814 or 3821592. OLE color: 3821592.

HSL color Cylindrical-coordinate representation of color #18503A: hue angle of 156.43º 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 #18503A is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB248058-
CMYK0.7000.280.69
HSL156.43º53.85%20.39%-
HSV(B)156.43º70%31.37%-
XYZ4.016.245-
YUV60.75126.45101.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 58 (23.05% from 255) = 35.80%
R=14.81%
G=49.38%
B=35.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480580.7000.280.69156.4353.8520.39
Hex18503A4601C459c3614
Octal30120721060341052346624
Binary110001010000111010100011001110010001011001110011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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