#18553B

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

Shades of County Green #18553B

Tints of County Green #18553B

Color information

#18553B (or 0x18553B) is unknown color: approx County Green. HEX triplet: 18, 55 and 3B. RGB value is (24,85,59). Sum of RGB (Red+Green+Blue) = 24+85+59=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #18553B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18553B is #E7AAC4. Grayscale: #3F3F3F. Windows color (decimal): -15182533 or 3888408. OLE color: 3888408.

HSL color Cylindrical-coordinate representation of color #18553B: hue angle of 154.43º 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 #18553B is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB248559-
CMYK0.7200.310.67
HSL154.43º55.96%21.37%-
HSV(B)154.43º71.76%33.33%-
XYZ4.417.015.26-
YUV63.8125.2999.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=14.29%
G=50.60%
B=35.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485590.7200.310.67154.4355.9621.37
Hex18553B4801F439a3815
Octal30125731100371032327025
Binary110001010101111011100100001111110000111001101011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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