#144735

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

Shades of Sherwood Green #144735

Tints of Sherwood Green #144735

Color information

#144735 (or 0x144735) is unknown color: approx Sherwood Green. HEX triplet: 14, 47 and 35. RGB value is (20,71,53). Sum of RGB (Red+Green+Blue) = 20+71+53=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #144735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144735 is #EBB8CA. Grayscale: #353535. Windows color (decimal): -15448267 or 3491604. OLE color: 3491604.

HSL color Cylindrical-coordinate representation of color #144735: hue angle of 158.82º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144735 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB207153-
CMYK0.7200.250.72
HSL158.82º56.04%17.84%-
HSV(B)158.82º71.83%27.84%-
XYZ3.184.914.15-
YUV53.7127.6103.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 53 (21.09% from 255) = 36.81%
R=13.89%
G=49.31%
B=36.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071530.7200.250.72158.8256.0417.84
Hex14473548019489f3812
Octal24107651100311102377022
Binary101001000111110101100100001100110010001001111111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144735; }

 p { color: rgb(20,71,53); }

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

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

 a { background-color: rgb(20,71,53); }

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

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

 span { border-color: rgb(20,71,53); }

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