Html Css Color HEX #144637 Sherwood Green

📋 copy color: '#144637'

red 20 ◦ green 70 ◦ blue 55

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

Shades of Sherwood Green #144637

Tints of Sherwood Green #144637

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 37.93%

R = 13.79%
G = 48.28%
B = 37.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#144637 (or 0x144637) is known color: Sherwood Green. HEX triplet: 14, 46 and 37. RGB value is (20,70,55). Sum of RGB (Red+Green+Blue) = 20+70+55=145 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.79% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #144637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144637 is #EBB9C8. Grayscale: #353535. Windows color (decimal): -15448521 or 3622420. OLE color: 3622420.

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

Color convert

RGB 20 70 55 -
CMYK 0.71 0 0.21 0.73
HSL 162º 0.56% 0.18% -
HSV(B) 162º 0.71% 0.27% -
XYZ 3.17 4.8 4.37 -
YUV 53.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 20 70 55 0.71 0 0.21 0.73 162 0.56 0.18
Hex 14 46 37 47 0 15 49 A2 38 12
Octal 24 106 67 107 0 25 111 242 70 22
Binary 10100 1000110 110111 1000111 0 10101 1001001 10100010 111000 10010

Color Harmonies of #144637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144637

Black with #144637

Text Example


Text Example

White with #144637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144637; }

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

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

background-color css

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

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

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

border-color css

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

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

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