Html Css Color HEX #4E802B La Palma

📋 copy color: '#4E802B'

red 78 ◦ green 128 ◦ blue 43

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

Shades of La Palma #4E802B

Tints of La Palma #4E802B

RGB

 RED value IS 78 (30.86% from 255) = 31.33%

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

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 31.33%
G = 51.41%
B = 17.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#4E802B (or 0x4E802B) is known color: La Palma. HEX triplet: 4E, 80 and 2B. RGB value is (78,128,43). Sum of RGB (Red+Green+Blue) = 78+128+43=249 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.33% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #4E802B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E802B is #B17FD4. Grayscale: #676767. Windows color (decimal): -11632597 or 2850894. OLE color: 2850894.

HSL color Cylindrical-coordinate representation of color #4E802B: hue angle of 95.29º degrees, saturation: 0.5, 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 #4E802B is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 78 128 43 -
CMYK 0.39 0 0.66 0.50
HSL 95.29º 0.5% 0.34% -
HSV(B) 95.29º 0.66% 0.5% -
XYZ 11.3 17.23 5.02 -
YUV 103.36 93.94 109.91 -
System Red Green Blue C M Y K H S L
Decimal 78 128 43 0.39 0 0.66 0.50 95.29 0.5 0.34
Hex 4E 80 2B 27 0 42 32 5F 32 22
Octal 116 200 53 47 0 102 62 137 62 42
Binary 1001110 10000000 101011 100111 0 1000010 110010 1011111 110010 100010

Color Harmonies of #4E802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E802B

Black with #4E802B

Text Example


Text Example

White with #4E802B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,128,43); }

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

background-color css

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

 a { background-color: rgb(78,128,43); }

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

border-color css

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

 span { border-color: rgb(78,128,43); }

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