Html Css Color HEX #144935 Sherwood Green

📋 copy color: '#144935'

red 20 ◦ green 73 ◦ blue 53

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

Shades of Sherwood Green #144935

Tints of Sherwood Green #144935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 36.3%

R = 13.7%
G = 50%
B = 36.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#144935 (or 0x144935) is known color: Sherwood Green. HEX triplet: 14, 49 and 35. RGB value is (20,73,53). Sum of RGB (Red+Green+Blue) = 20+73+53=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 73 (28.91% from 255 or 50% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 73 - color contains mainly: green. Hex color #144935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144935 is #EBB6CA. Grayscale: #363636. Windows color (decimal): -15447755 or 3492116. OLE color: 3492116.

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

Color convert

RGB 20 73 53 -
CMYK 0.73 0 0.27 0.71
HSL 157.36º 0.57% 0.18% -
HSV(B) 157.36º 0.73% 0.29% -
XYZ 3.31 5.17 4.19 -
YUV 54.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 20 73 53 0.73 0 0.27 0.71 157.36 0.57 0.18
Hex 14 49 35 49 0 1B 47 9D 39 12
Octal 24 111 65 111 0 33 107 235 71 22
Binary 10100 1001001 110101 1001001 0 11011 1000111 10011101 111001 10010

Color Harmonies of #144935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144935

Black with #144935

Text Example


Text Example

White with #144935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144935; }

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

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

background-color css

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

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

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

border-color css

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

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

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