Html Css Color HEX #4F802E La Palma

📋 copy color: '#4F802E'

red 79 ◦ green 128 ◦ blue 46

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

Shades of La Palma #4F802E

Tints of La Palma #4F802E

RGB

 RED value IS 79 (31.25% from 255) = 31.23%

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

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

R = 31.23%
G = 50.59%
B = 18.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#4F802E (or 0x4F802E) is known color: La Palma. HEX triplet: 4F, 80 and 2E. RGB value is (79,128,46). Sum of RGB (Red+Green+Blue) = 79+128+46=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #4F802E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F802E is #B07FD1. Grayscale: #686868. Windows color (decimal): -11567058 or 3047503. OLE color: 3047503.

HSL color Cylindrical-coordinate representation of color #4F802E: hue angle of 95.85º 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 #4F802E is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 79 128 46 -
CMYK 0.38 0 0.64 0.50
HSL 95.85º 0.47% 0.34% -
HSV(B) 95.85º 0.64% 0.5% -
XYZ 11.44 17.3 5.32 -
YUV 104 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 79 128 46 0.38 0 0.64 0.50 95.85 0.47 0.34
Hex 4F 80 2E 26 0 40 32 60 2F 22
Octal 117 200 56 46 0 100 62 140 57 42
Binary 1001111 10000000 101110 100110 0 1000000 110010 1100000 101111 100010

Color Harmonies of #4F802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F802E

Black with #4F802E

Text Example


Text Example

White with #4F802E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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