Html Css Color HEX #144835 Sherwood Green

📋 copy color: '#144835'

red 20 ◦ green 72 ◦ blue 53

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

Shades of Sherwood Green #144835

Tints of Sherwood Green #144835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.66%

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

R = 13.79%
G = 49.66%
B = 36.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#144835 (or 0x144835) is known color: Sherwood Green. HEX triplet: 14, 48 and 35. RGB value is (20,72,53). Sum of RGB (Red+Green+Blue) = 20+72+53=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #144835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144835 is #EBB7CA. Grayscale: #363636. Windows color (decimal): -15448011 or 3491860. OLE color: 3491860.

HSL color Cylindrical-coordinate representation of color #144835: hue angle of 158.08º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #144835 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 72 53 -
CMYK 0.72 0 0.26 0.72
HSL 158.08º 0.57% 0.18% -
HSV(B) 158.08º 0.72% 0.28% -
XYZ 3.25 5.04 4.17 -
YUV 54.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 20 72 53 0.72 0 0.26 0.72 158.08 0.57 0.18
Hex 14 48 35 48 0 1A 48 9E 39 12
Octal 24 110 65 110 0 32 110 236 71 22
Binary 10100 1001000 110101 1001000 0 11010 1001000 10011110 111001 10010

Color Harmonies of #144835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144835

Black with #144835

Text Example


Text Example

White with #144835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144835; }

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

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

background-color css

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

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

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

border-color css

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

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

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