#14543F

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

Shades of Sherwood Green #14543F

Tints of Sherwood Green #14543F

Color information

#14543F (or 0x14543F) is unknown color: approx Sherwood Green. HEX triplet: 14, 54 and 3F. RGB value is (20,84,63). Sum of RGB (Red+Green+Blue) = 20+84+63=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #14543F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14543F is #EBABC0. Grayscale: #3E3E3E. Windows color (decimal): -15444929 or 4150292. OLE color: 4150292.

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

Color convert

RGB208463-
CMYK0.7600.250.67
HSL160.31º61.54%20.39%-
HSV(B)160.31º76.19%32.94%-
XYZ4.366.855.79-
YUV62.47128.397.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 84 (33.20% from 255) = 50.30%
BLUE value IS 63 (25% from 255) = 37.72%
R=11.98%
G=50.30%
B=37.72%

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
Decimal2084630.7600.250.67160.3161.5420.39
Hex14543F4C01943a03e14
Octal24124771140311032407624
Binary101001010100111111100110001100110000111010000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14543F; }

 p { color: rgb(20,84,63); }

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

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

 a { background-color: rgb(20,84,63); }

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

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

 span { border-color: rgb(20,84,63); }

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