#185438

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

Shades of County Green #185438

Tints of County Green #185438

Color information

#185438 (or 0x185438) is unknown color: approx County Green. HEX triplet: 18, 54 and 38. RGB value is (24,84,56). Sum of RGB (Red+Green+Blue) = 24+84+56=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #185438 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185438 is #E7ABC7. Grayscale: #3E3E3E. Windows color (decimal): -15182792 or 3691544. OLE color: 3691544.

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

Color convert

RGB248456-
CMYK0.7100.330.67
HSL152º55.56%21.18%-
HSV(B)152º71.43%32.94%-
XYZ4.266.824.83-
YUV62.87124.12100.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 84 (33.20% from 255) = 51.22%
BLUE value IS 56 (22.27% from 255) = 34.15%
R=14.63%
G=51.22%
B=34.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484560.7100.330.6715255.5621.18
Hex1854384702143983815
Octal30124701070411032307025
Binary1100010101001110001000111010000110000111001100011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185438; }

 p { color: rgb(24,84,56); }

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

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

 a { background-color: rgb(24,84,56); }

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

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

 span { border-color: rgb(24,84,56); }

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