#185139

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

Shades of County Green #185139

Tints of County Green #185139

Color information

#185139 (or 0x185139) is unknown color: approx County Green. HEX triplet: 18, 51 and 39. RGB value is (24,81,57). Sum of RGB (Red+Green+Blue) = 24+81+57=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #185139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185139 is #E7AEC6. Grayscale: #3D3D3D. Windows color (decimal): -15183559 or 3756312. OLE color: 3756312.

HSL color Cylindrical-coordinate representation of color #185139: hue angle of 154.74º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #185139 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB248157-
CMYK0.7000.300.68
HSL154.74º54.29%20.59%-
HSV(B)154.74º70.37%31.76%-
XYZ4.066.374.89-
YUV61.22125.62101.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=14.81%
G=50%
B=35.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481570.7000.300.68154.7454.2920.59
Hex1851394601E449b3615
Octal30121711060361042336625
Binary110001010001111001100011001111010001001001101111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185139; }

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

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

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

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

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

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

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

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