Html Css Color HEX #144635 Sherwood Green

📋 copy color: '#144635'

red 20 ◦ green 70 ◦ blue 53

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

Shades of Sherwood Green #144635

Tints of Sherwood Green #144635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.95%

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

R = 13.99%
G = 48.95%
B = 37.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.73

RGB Variations

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

Color information

#144635 (or 0x144635) is known color: Sherwood Green. HEX triplet: 14, 46 and 35. RGB value is (20,70,53). Sum of RGB (Red+Green+Blue) = 20+70+53=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #144635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144635 is #EBB9CA. Grayscale: #353535. Windows color (decimal): -15448523 or 3491348. OLE color: 3491348.

HSL color Cylindrical-coordinate representation of color #144635: hue angle of 159.6º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #144635 is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.

Color convert

RGB 20 70 53 -
CMYK 0.71 0 0.24 0.73
HSL 159.6º 0.56% 0.18% -
HSV(B) 159.6º 0.71% 0.27% -
XYZ 3.12 4.79 4.13 -
YUV 53.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 20 70 53 0.71 0 0.24 0.73 159.6 0.56 0.18
Hex 14 46 35 47 0 18 49 A0 38 12
Octal 24 106 65 107 0 30 111 240 70 22
Binary 10100 1000110 110101 1000111 0 11000 1001001 10100000 111000 10010

Color Harmonies of #144635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144635

Black with #144635

Text Example


Text Example

White with #144635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144635; }

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

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

background-color css

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

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

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

border-color css

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

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

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