Html Css Color HEX #144934 Sherwood Green

📋 copy color: '#144934'

red 20 ◦ green 73 ◦ blue 52

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

Shades of Sherwood Green #144934

Tints of Sherwood Green #144934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 35.86%

R = 13.79%
G = 50.34%
B = 35.86%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#144934 (or 0x144934) is known color: Sherwood Green. HEX triplet: 14, 49 and 34. RGB value is (20,73,52). Sum of RGB (Red+Green+Blue) = 20+73+52=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #144934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144934 is #EBB6CB. Grayscale: #363636. Windows color (decimal): -15447756 or 3426580. OLE color: 3426580.

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

Color convert

RGB 20 73 52 -
CMYK 0.73 0 0.29 0.71
HSL 156.23º 0.57% 0.18% -
HSV(B) 156.23º 0.73% 0.29% -
XYZ 3.29 5.16 4.07 -
YUV 54.76 126.44 103.21 -
System Red Green Blue C M Y K H S L
Decimal 20 73 52 0.73 0 0.29 0.71 156.23 0.57 0.18
Hex 14 49 34 49 0 1D 47 9C 39 12
Octal 24 111 64 111 0 35 107 234 71 22
Binary 10100 1001001 110100 1001001 0 11101 1000111 10011100 111001 10010

Color Harmonies of #144934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144934

Black with #144934

Text Example


Text Example

White with #144934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144934; }

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

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

background-color css

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

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

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

border-color css

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

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

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