Html Css Color HEX #4D802C La Palma

📋 copy color: '#4D802C'

red 77 ◦ green 128 ◦ blue 44

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

Shades of La Palma #4D802C

Tints of La Palma #4D802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.67%

R = 30.92%
G = 51.41%
B = 17.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#4D802C (or 0x4D802C) is known color: La Palma. HEX triplet: 4D, 80 and 2C. RGB value is (77,128,44). Sum of RGB (Red+Green+Blue) = 77+128+44=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #4D802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D802C is #B27FD3. Grayscale: #676767. Windows color (decimal): -11698132 or 2916429. OLE color: 2916429.

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

Color convert

RGB 77 128 44 -
CMYK 0.40 0 0.66 0.50
HSL 96.43º 0.49% 0.34% -
HSV(B) 96.43º 0.66% 0.5% -
XYZ 11.23 17.2 5.11 -
YUV 103.18 94.6 109.33 -
System Red Green Blue C M Y K H S L
Decimal 77 128 44 0.40 0 0.66 0.50 96.43 0.49 0.34
Hex 4D 80 2C 28 0 42 32 60 31 22
Octal 115 200 54 50 0 102 62 140 61 42
Binary 1001101 10000000 101100 101000 0 1000010 110010 1100000 110001 100010

Color Harmonies of #4D802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D802C

Black with #4D802C

Text Example


Text Example

White with #4D802C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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