#185140

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

Shades of Sherwood Green #185140

Tints of Sherwood Green #185140

Color information

#185140 (or 0x185140) is unknown color: approx Sherwood Green. HEX triplet: 18, 51 and 40. RGB value is (24,81,64). Sum of RGB (Red+Green+Blue) = 24+81+64=169 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.20% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #185140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185140 is #E7AEBF. Grayscale: #3E3E3E. Windows color (decimal): -15183552 or 4215064. OLE color: 4215064.

HSL color Cylindrical-coordinate representation of color #185140: hue angle of 162.11º 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 #185140 is Cyan = 0.70, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB248164-
CMYK0.7000.210.68
HSL162.11º54.29%20.59%-
HSV(B)162.11º70.37%31.76%-
XYZ4.246.455.87-
YUV62.02129.12100.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.20%
GREEN value IS 81 (32.03% from 255) = 47.93%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=14.20%
G=47.93%
B=37.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481640.7000.210.68162.1154.2920.59
Hex1851404601544a23615
Octal301211001060251042426625
Binary1100010100011000000100011001010110001001010001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185140; }

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

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

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

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

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

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

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

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