#18563E

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

Shades of County Green #18563E

Tints of County Green #18563E

Color information

#18563E (or 0x18563E) is unknown color: approx County Green. HEX triplet: 18, 56 and 3E. RGB value is (24,86,62). Sum of RGB (Red+Green+Blue) = 24+86+62=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 86 (33.98% from 255 or 50% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 86 - color contains mainly: green. Hex color #18563E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18563E is #E7A9C1. Grayscale: #404040. Windows color (decimal): -15182274 or 4085272. OLE color: 4085272.

HSL color Cylindrical-coordinate representation of color #18563E: hue angle of 156.77º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18563E is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB248662-
CMYK0.7200.280.66
HSL156.77º56.36%21.57%-
HSV(B)156.77º72.09%33.73%-
XYZ4.577.25.71-
YUV64.73126.4698.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 86 (33.98% from 255) = 50%
BLUE value IS 62 (24.61% from 255) = 36.05%
R=13.95%
G=50%
B=36.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2486620.7200.280.66156.7756.3621.57
Hex18563E4801C429d3816
Octal30126761100341022357026
Binary110001010110111110100100001110010000101001110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18563E; }

 p { color: rgb(24,86,62); }

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

<style>
 a { background-color: #18563E; }

 a { background-color: rgb(24,86,62); }

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

<style>
 span { border-color: #18563E; }

 span { border-color: rgb(24,86,62); }

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