#144839

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

Shades of Sherwood Green #144839

Tints of Sherwood Green #144839

Color information

#144839 (or 0x144839) is unknown color: approx Sherwood Green. HEX triplet: 14, 48 and 39. RGB value is (20,72,57). Sum of RGB (Red+Green+Blue) = 20+72+57=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #144839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144839 is #EBB7C6. Grayscale: #363636. Windows color (decimal): -15448007 or 3754004. OLE color: 3754004.

HSL color Cylindrical-coordinate representation of color #144839: hue angle of 162.69º degrees, saturation: 0.57, 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 #144839 is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB207257-
CMYK0.7200.210.72
HSL162.69º56.52%18.04%-
HSV(B)162.69º72.22%28.24%-
XYZ3.345.084.67-
YUV54.74129.27103.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 72 (28.52% from 255) = 48.32%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=13.42%
G=48.32%
B=38.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072570.7200.210.72162.6956.5218.04
Hex1448394801548a33912
Octal24110711100251102437122
Binary101001001000111001100100001010110010001010001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144839; }

 p { color: rgb(20,72,57); }

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

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

 a { background-color: rgb(20,72,57); }

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

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

 span { border-color: rgb(20,72,57); }

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