#144C3B

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

Shades of Sherwood Green #144C3B

Tints of Sherwood Green #144C3B

Color information

#144C3B (or 0x144C3B) is unknown color: approx Sherwood Green. HEX triplet: 14, 4C and 3B. RGB value is (20,76,59). Sum of RGB (Red+Green+Blue) = 20+76+59=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #144C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C3B is #EBB3C4. Grayscale: #393939. Windows color (decimal): -15446981 or 3886100. OLE color: 3886100.

HSL color Cylindrical-coordinate representation of color #144C3B: hue angle of 161.79º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C3B is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB207659-
CMYK0.7400.220.70
HSL161.79º58.33%18.82%-
HSV(B)161.79º73.68%29.8%-
XYZ3.665.635.03-
YUV57.32128.95101.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 76 (30.08% from 255) = 49.03%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=12.90%
G=49.03%
B=38.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076590.7400.220.70161.7958.3318.82
Hex144C3B4A01646a23a13
Octal24114731120261062427223
Binary101001001100111011100101001011010001101010001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144C3B; }

 p { color: rgb(20,76,59); }

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

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

 a { background-color: rgb(20,76,59); }

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

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

 span { border-color: rgb(20,76,59); }

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