Html Css Color HEX #4E952B La Palma

📋 copy color: '#4E952B'

red 78 ◦ green 149 ◦ blue 43

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

Shades of La Palma #4E952B

Tints of La Palma #4E952B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.19%

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

R = 28.89%
G = 55.19%
B = 15.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#4E952B (or 0x4E952B) is known color: La Palma. HEX triplet: 4E, 95 and 2B. RGB value is (78,149,43). Sum of RGB (Red+Green+Blue) = 78+149+43=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #4E952B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E952B is #B16AD4. Grayscale: #747474. Windows color (decimal): -11627221 or 2856270. OLE color: 2856270.

HSL color Cylindrical-coordinate representation of color #4E952B: hue angle of 100.19º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E952B is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 149 43 -
CMYK 0.48 0 0.71 0.42
HSL 100.19º 0.55% 0.38% -
HSV(B) 100.19º 0.71% 0.58% -
XYZ 14.33 23.29 6.03 -
YUV 115.69 86.98 101.12 -
System Red Green Blue C M Y K H S L
Decimal 78 149 43 0.48 0 0.71 0.42 100.19 0.55 0.38
Hex 4E 95 2B 30 0 47 2A 64 37 26
Octal 116 225 53 60 0 107 52 144 67 46
Binary 1001110 10010101 101011 110000 0 1000111 101010 1100100 110111 100110

Color Harmonies of #4E952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E952B

Black with #4E952B

Text Example


Text Example

White with #4E952B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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