Html Css Color HEX #144937 Sherwood Green

📋 copy color: '#144937'

red 20 ◦ green 73 ◦ blue 55

#144937
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #144937

Tints of Sherwood Green #144937

RGB

 RED value IS 20 (8.2% from 255) = 13.51%

 GREEN value IS 73 (28.91% from 255) = 49.32%

 BLUE value IS 55 (21.88% from 255) = 37.16%

R = 13.51%
G = 49.32%
B = 37.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#144937 (or 0x144937) is known color: Sherwood Green. HEX triplet: 14, 49 and 37. RGB value is (20,73,55). Sum of RGB (Red+Green+Blue) = 20+73+55=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 73 (28.91% from 255 or 49.32% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 73 - color contains mainly: green. Hex color #144937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144937 is #EBB6C8. Grayscale: #373737. Windows color (decimal): -15447753 or 3623188. OLE color: 3623188.

HSL color Cylindrical-coordinate representation of color #144937: hue angle of 159.62º 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 #144937 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 73 55 -
CMYK 0.73 0 0.25 0.71
HSL 159.62º 0.57% 0.18% -
HSV(B) 159.62º 0.73% 0.29% -
XYZ 3.36 5.19 4.44 -
YUV 55.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 20 73 55 0.73 0 0.25 0.71 159.62 0.57 0.18
Hex 14 49 37 49 0 19 47 A0 39 12
Octal 24 111 67 111 0 31 107 240 71 22
Binary 10100 1001001 110111 1001001 0 11001 1000111 10100000 111001 10010

Color Harmonies of #144937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144937

Black with #144937

Text Example


Text Example

White with #144937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144937; }

 p { color: rgb(20,73,55); }

 H1.HeaderClassName
 {
   color: #144937;
 }
 .AnyTagClassName
 {
   color: #144937;
 }
</style>

background-color css

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

 a { background-color: rgb(20,73,55); }

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

border-color css

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

 span { border-color: rgb(20,73,55); }

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