#185539

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

Shades of County Green #185539

Tints of County Green #185539

Color information

#185539 (or 0x185539) is unknown color: approx County Green. HEX triplet: 18, 55 and 39. RGB value is (24,85,57). Sum of RGB (Red+Green+Blue) = 24+85+57=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #185539 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185539 is #E7AAC6. Grayscale: #3F3F3F. Windows color (decimal): -15182535 or 3757336. OLE color: 3757336.

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

Color convert

RGB248557-
CMYK0.7200.330.67
HSL152.46º55.96%21.37%-
HSV(B)152.46º71.76%33.33%-
XYZ4.366.994.99-
YUV63.57124.2999.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 57 (22.66% from 255) = 34.34%
R=14.46%
G=51.20%
B=34.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485570.7200.330.67152.4655.9621.37
Hex1855394802143983815
Octal30125711100411032307025
Binary1100010101011110011001000010000110000111001100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185539; }

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

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

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

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

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

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

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

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