Html Css Color HEX #144634 Sherwood Green

📋 copy color: '#144634'

red 20 ◦ green 70 ◦ blue 52

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

Shades of Sherwood Green #144634

Tints of Sherwood Green #144634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 36.62%

R = 14.08%
G = 49.3%
B = 36.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#144634 (or 0x144634) is known color: Sherwood Green. HEX triplet: 14, 46 and 34. RGB value is (20,70,52). Sum of RGB (Red+Green+Blue) = 20+70+52=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #144634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144634 is #EBB9CB. Grayscale: #353535. Windows color (decimal): -15448524 or 3425812. OLE color: 3425812.

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

Color convert

RGB 20 70 52 -
CMYK 0.71 0 0.26 0.73
HSL 158.4º 0.56% 0.18% -
HSV(B) 158.4º 0.71% 0.27% -
XYZ 3.1 4.78 4.01 -
YUV 53 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 20 70 52 0.71 0 0.26 0.73 158.4 0.56 0.18
Hex 14 46 34 47 0 1A 49 9E 38 12
Octal 24 106 64 107 0 32 111 236 70 22
Binary 10100 1000110 110100 1000111 0 11010 1001001 10011110 111000 10010

Color Harmonies of #144634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144634

Black with #144634

Text Example


Text Example

White with #144634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144634; }

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

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

background-color css

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

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

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

border-color css

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

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

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