#145540

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

Shades of Sherwood Green #145540

Tints of Sherwood Green #145540

Color information

#145540 (or 0x145540) is unknown color: approx Sherwood Green. HEX triplet: 14, 55 and 40. RGB value is (20,85,64). Sum of RGB (Red+Green+Blue) = 20+85+64=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #145540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145540 is #EBAABF. Grayscale: #3F3F3F. Windows color (decimal): -15444672 or 4216084. OLE color: 4216084.

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

Color convert

RGB208564-
CMYK0.7600.250.67
HSL160.62º61.9%20.59%-
HSV(B)160.62º76.47%33.33%-
XYZ4.467.025.97-
YUV63.17128.4797.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 64 (25.39% from 255) = 37.87%
R=11.83%
G=50.30%
B=37.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085640.7600.250.67160.6261.920.59
Hex1455404C01943a13e15
Octal241251001140311032417625
Binary1010010101011000000100110001100110000111010000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145540; }

 p { color: rgb(20,85,64); }

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

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

 a { background-color: rgb(20,85,64); }

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

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

 span { border-color: rgb(20,85,64); }

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