Html Css Color HEX #4D802E La Palma

📋 copy color: '#4D802E'

red 77 ◦ green 128 ◦ blue 46

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

Shades of La Palma #4D802E

Tints of La Palma #4D802E

RGB

 RED value IS 77 (30.47% from 255) = 30.68%

 GREEN value IS 128 (50.39% from 255) = 51%

 BLUE value IS 46 (18.36% from 255) = 18.33%

R = 30.68%
G = 51%
B = 18.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#4D802E (or 0x4D802E) is known color: La Palma. HEX triplet: 4D, 80 and 2E. RGB value is (77,128,46). Sum of RGB (Red+Green+Blue) = 77+128+46=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 128 (50.39% from 255 or 51.00% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 128 - color contains mainly: green. Hex color #4D802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D802E is #B27FD1. Grayscale: #676767. Windows color (decimal): -11698130 or 3047501. OLE color: 3047501.

HSL color Cylindrical-coordinate representation of color #4D802E: hue angle of 97.32º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D802E is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 128 46 -
CMYK 0.40 0 0.64 0.50
HSL 97.32º 0.47% 0.34% -
HSV(B) 97.32º 0.64% 0.5% -
XYZ 11.27 17.21 5.31 -
YUV 103.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 77 128 46 0.40 0 0.64 0.50 97.32 0.47 0.34
Hex 4D 80 2E 28 0 40 32 61 2F 22
Octal 115 200 56 50 0 100 62 141 57 42
Binary 1001101 10000000 101110 101000 0 1000000 110010 1100001 101111 100010

Color Harmonies of #4D802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D802E

Black with #4D802E

Text Example


Text Example

White with #4D802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D802E; }

 p { color: rgb(77,128,46); }

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

background-color css

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

 a { background-color: rgb(77,128,46); }

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

border-color css

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

 span { border-color: rgb(77,128,46); }

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