#144734

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

Shades of Sherwood Green #144734

Tints of Sherwood Green #144734

Color information

#144734 (or 0x144734) is unknown color: approx Sherwood Green. HEX triplet: 14, 47 and 34. RGB value is (20,71,52). Sum of RGB (Red+Green+Blue) = 20+71+52=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #144734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144734 is #EBB8CB. Grayscale: #353535. Windows color (decimal): -15448268 or 3426068. OLE color: 3426068.

HSL color Cylindrical-coordinate representation of color #144734: hue angle of 157.65º 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 #144734 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB207152-
CMYK0.7200.270.72
HSL157.65º56.04%17.84%-
HSV(B)157.65º71.83%27.84%-
XYZ3.164.94.03-
YUV53.58127.1104.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=13.99%
G=49.65%
B=36.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2071520.7200.270.72157.6556.0417.84
Hex1447344801B489e3812
Octal24107641100331102367022
Binary101001000111110100100100001101110010001001111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144734; }

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

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

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

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

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

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

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

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