Html Css Color HEX #144A38 Sherwood Green

📋 copy color: '#144A38'

red 20 ◦ green 74 ◦ blue 56

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

Shades of Sherwood Green #144A38

Tints of Sherwood Green #144A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 49.33%

 BLUE value IS 56 (22.27% from 255) = 37.33%

R = 13.33%
G = 49.33%
B = 37.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.24

 K value IS 0.71

RGB Variations

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

Color information

#144A38 (or 0x144A38) is known color: Sherwood Green. HEX triplet: 14, 4A and 38. RGB value is (20,74,56). Sum of RGB (Red+Green+Blue) = 20+74+56=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 74 (29.30% from 255 or 49.33% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 74 - color contains mainly: green. Hex color #144A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144A38 is #EBB5C7. Grayscale: #373737. Windows color (decimal): -15447496 or 3688980. OLE color: 3688980.

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

Color convert

RGB 20 74 56 -
CMYK 0.73 0 0.24 0.71
HSL 160º 0.57% 0.18% -
HSV(B) 160º 0.73% 0.29% -
XYZ 3.45 5.33 4.59 -
YUV 55.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 20 74 56 0.73 0 0.24 0.71 160 0.57 0.18
Hex 14 4A 38 49 0 18 47 A0 39 12
Octal 24 112 70 111 0 30 107 240 71 22
Binary 10100 1001010 111000 1001001 0 11000 1000111 10100000 111001 10010

Color Harmonies of #144A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144A38

Black with #144A38

Text Example


Text Example

White with #144A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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