Html Css Color HEX #144632 Sherwood Green

📋 copy color: '#144632'

red 20 ◦ green 70 ◦ blue 50

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

Shades of Sherwood Green #144632

Tints of Sherwood Green #144632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.71%

R = 14.29%
G = 50%
B = 35.71%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#144632 (or 0x144632) is known color: Sherwood Green. HEX triplet: 14, 46 and 32. RGB value is (20,70,50). Sum of RGB (Red+Green+Blue) = 20+70+50=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #144632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144632 is #EBB9CD. Grayscale: #343434. Windows color (decimal): -15448526 or 3294740. OLE color: 3294740.

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

Color convert

RGB 20 70 50 -
CMYK 0.71 0 0.29 0.73
HSL 156º 0.56% 0.18% -
HSV(B) 156º 0.71% 0.27% -
XYZ 3.05 4.76 3.78 -
YUV 52.77 126.44 104.63 -
System Red Green Blue C M Y K H S L
Decimal 20 70 50 0.71 0 0.29 0.73 156 0.56 0.18
Hex 14 46 32 47 0 1D 49 9C 38 12
Octal 24 106 62 107 0 35 111 234 70 22
Binary 10100 1000110 110010 1000111 0 11101 1001001 10011100 111000 10010

Color Harmonies of #144632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144632

Black with #144632

Text Example


Text Example

White with #144632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144632; }

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

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

background-color css

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

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

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

border-color css

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

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

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