Html Css Color HEX #4E8132 La Palma

📋 copy color: '#4E8132'

red 78 ◦ green 129 ◦ blue 50

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

Shades of La Palma #4E8132

Tints of La Palma #4E8132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.19%

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 30.35%
G = 50.19%
B = 19.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#4E8132 (or 0x4E8132) is known color: La Palma. HEX triplet: 4E, 81 and 32. RGB value is (78,129,50). Sum of RGB (Red+Green+Blue) = 78+129+50=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 129 (50.78% from 255 or 50.19% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 129 - color contains mainly: green. Hex color #4E8132 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E8132 is #B17ECD. Grayscale: #696969. Windows color (decimal): -11632334 or 3309902. OLE color: 3309902.

HSL color Cylindrical-coordinate representation of color #4E8132: hue angle of 98.73º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E8132 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 78 129 50 -
CMYK 0.40 0 0.61 0.49
HSL 98.73º 0.44% 0.35% -
HSV(B) 98.73º 0.61% 0.51% -
XYZ 11.57 17.55 5.8 -
YUV 104.75 97.1 108.92 -
System Red Green Blue C M Y K H S L
Decimal 78 129 50 0.40 0 0.61 0.49 98.73 0.44 0.35
Hex 4E 81 32 28 0 3D 31 63 2C 23
Octal 116 201 62 50 0 75 61 143 54 43
Binary 1001110 10000001 110010 101000 0 111101 110001 1100011 101100 100011

Color Harmonies of #4E8132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8132

Black with #4E8132

Text Example


Text Example

White with #4E8132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,129,50); }

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

background-color css

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

 a { background-color: rgb(78,129,50); }

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

border-color css

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

 span { border-color: rgb(78,129,50); }

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