#18553C

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

Shades of County Green #18553C

Tints of County Green #18553C

Color information

#18553C (or 0x18553C) is unknown color: approx County Green. HEX triplet: 18, 55 and 3C. RGB value is (24,85,60). Sum of RGB (Red+Green+Blue) = 24+85+60=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #18553C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18553C is #E7AAC3. Grayscale: #3F3F3F. Windows color (decimal): -15182532 or 3953944. OLE color: 3953944.

HSL color Cylindrical-coordinate representation of color #18553C: hue angle of 155.41º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18553C is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB248560-
CMYK0.7200.290.67
HSL155.41º55.96%21.37%-
HSV(B)155.41º71.76%33.33%-
XYZ4.447.025.4-
YUV63.91125.7999.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=14.20%
G=50.30%
B=35.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485600.7200.290.67155.4155.9621.37
Hex18553C4801D439b3815
Octal30125741100351032337025
Binary110001010101111100100100001110110000111001101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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