#144D38

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

Shades of Sherwood Green #144D38

Tints of Sherwood Green #144D38

Color information

#144D38 (or 0x144D38) is unknown color: approx Sherwood Green. HEX triplet: 14, 4D and 38. RGB value is (20,77,56). Sum of RGB (Red+Green+Blue) = 20+77+56=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 77 (30.47% from 255 or 50.33% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 77 - color contains mainly: green. Hex color #144D38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144D38 is #EBB2C7. Grayscale: #393939. Windows color (decimal): -15446728 or 3689748. OLE color: 3689748.

HSL color Cylindrical-coordinate representation of color #144D38: hue angle of 157.89º degrees, saturation: 0.59, 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 #144D38 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.70.

Color convert

RGB207756-
CMYK0.7400.270.70
HSL157.89º58.76%19.02%-
HSV(B)157.89º74.03%30.2%-
XYZ3.665.744.66-
YUV57.56127.12101.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 77 (30.47% from 255) = 50.33%
BLUE value IS 56 (22.27% from 255) = 36.60%
R=13.07%
G=50.33%
B=36.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2077560.7400.270.70157.8958.7619.02
Hex144D384A01B469e3b13
Octal24115701120331062367323
Binary101001001101111000100101001101110001101001111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,77,56); }

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

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

 a { background-color: rgb(20,77,56); }

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

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

 span { border-color: rgb(20,77,56); }

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