#144A3A

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

Shades of Sherwood Green #144A3A

Tints of Sherwood Green #144A3A

Color information

#144A3A (or 0x144A3A) is unknown color: approx Sherwood Green. HEX triplet: 14, 4A and 3A. RGB value is (20,74,58). Sum of RGB (Red+Green+Blue) = 20+74+58=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 74 (29.30% from 255 or 48.68% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 74 - color contains mainly: green. Hex color #144A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A3A is #EBB5C5. Grayscale: #383838. Windows color (decimal): -15447494 or 3820052. OLE color: 3820052.

HSL color Cylindrical-coordinate representation of color #144A3A: hue angle of 162.22º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #144A3A is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB207458-
CMYK0.7300.220.71
HSL162.22º57.45%18.43%-
HSV(B)162.22º72.97%29.02%-
XYZ3.55.354.85-
YUV56.03129.11102.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.16%
GREEN value IS 74 (29.30% from 255) = 48.68%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=13.16%
G=48.68%
B=38.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2074580.7300.220.71162.2257.4518.43
Hex144A3A4901647a23912
Octal24112721110261072427122
Binary101001001010111010100100101011010001111010001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,74,58); }

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

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

 a { background-color: rgb(20,74,58); }

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

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

 span { border-color: rgb(20,74,58); }

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