Html Css Color HEX #144E39 Sherwood Green

📋 copy color: '#144E39'

red 20 ◦ green 78 ◦ blue 57

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

Shades of Sherwood Green #144E39

Tints of Sherwood Green #144E39

RGB

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

 GREEN value IS 78 (30.86% from 255) = 50.32%

 BLUE value IS 57 (22.66% from 255) = 36.77%

R = 12.9%
G = 50.32%
B = 36.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#144E39 (or 0x144E39) is known color: Sherwood Green. HEX triplet: 14, 4E and 39. RGB value is (20,78,57). Sum of RGB (Red+Green+Blue) = 20+78+57=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 57 (22.66% from 255 or 36.77% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #144E39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E39 is #EBB1C6. Grayscale: #3A3A3A. Windows color (decimal): -15446471 or 3755540. OLE color: 3755540.

HSL color Cylindrical-coordinate representation of color #144E39: hue angle of 158.28º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144E39 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 78 57 -
CMYK 0.74 0 0.27 0.69
HSL 158.28º 0.59% 0.19% -
HSV(B) 158.28º 0.74% 0.31% -
XYZ 3.75 5.89 4.81 -
YUV 58.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 20 78 57 0.74 0 0.27 0.69 158.28 0.59 0.19
Hex 14 4E 39 4A 0 1B 45 9E 3B 13
Octal 24 116 71 112 0 33 105 236 73 23
Binary 10100 1001110 111001 1001010 0 11011 1000101 10011110 111011 10011

Color Harmonies of #144E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144E39

Black with #144E39

Text Example


Text Example

White with #144E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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