#144838

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

Shades of Sherwood Green #144838

Tints of Sherwood Green #144838

Color information

#144838 (or 0x144838) is unknown color: approx Sherwood Green. HEX triplet: 14, 48 and 38. RGB value is (20,72,56). Sum of RGB (Red+Green+Blue) = 20+72+56=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #144838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144838 is #EBB7C7. Grayscale: #363636. Windows color (decimal): -15448008 or 3688468. OLE color: 3688468.

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

Color convert

RGB207256-
CMYK0.7200.220.72
HSL161.54º56.52%18.04%-
HSV(B)161.54º72.22%28.24%-
XYZ3.325.074.54-
YUV54.63128.77103.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.51%
GREEN value IS 72 (28.52% from 255) = 48.65%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=13.51%
G=48.65%
B=37.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2072560.7200.220.72161.5456.5218.04
Hex1448384801648a23912
Octal24110701100261102427122
Binary101001001000111000100100001011010010001010001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144838; }

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

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

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

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

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

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

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

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