#185340

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

Shades of Sherwood Green #185340

Tints of Sherwood Green #185340

Color information

#185340 (or 0x185340) is unknown color: approx Sherwood Green. HEX triplet: 18, 53 and 40. RGB value is (24,83,64). Sum of RGB (Red+Green+Blue) = 24+83+64=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #185340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185340 is #E7ACBF. Grayscale: #3F3F3F. Windows color (decimal): -15183040 or 4215576. OLE color: 4215576.

HSL color Cylindrical-coordinate representation of color #185340: hue angle of 160.68º degrees, saturation: 0.55, 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 #185340 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB248364-
CMYK0.7100.230.67
HSL160.68º55.14%20.98%-
HSV(B)160.68º71.08%32.55%-
XYZ4.46.755.92-
YUV63.19128.45100.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=14.04%
G=48.54%
B=37.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483640.7100.230.67160.6855.1420.98
Hex1853404701743a13715
Octal301231001070271032416725
Binary1100010100111000000100011101011110000111010000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185340; }

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

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

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

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

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

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

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

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