#4B7E31

Color #4B7E31 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #4B7E31

Tints of La Palma #4B7E31

Color information

#4B7E31 (or 0x4B7E31) is unknown color: approx La Palma. HEX triplet: 4B, 7E and 31. RGB value is (75,126,49). Sum of RGB (Red+Green+Blue) = 75+126+49=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #4B7E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B7E31 is #B481CE. Grayscale: #666666. Windows color (decimal): -11829711 or 3243595. OLE color: 3243595.

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

Color convert

RGB7512649-
CMYK0.4000.610.51
HSL99.74º44%34.31%-
HSV(B)99.74º61.11%49.41%-
XYZ10.9216.645.54-
YUV101.9798.1108.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 126 (49.61% from 255) = 50.4%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=30%
G=50.4%
B=19.6%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75126490.4000.610.5199.744434.31
Hex4B7E312803D33642c22
Octal1131766150075631445442
Binary1001011111111011000110100001111011100111100100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,126,49); }

 H1.HeaderClassName
 {
   color: #4B7E31;
 }
 .AnyTagClassName
 {
   color: #4B7E31;
 }
</style>
background-color css

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

 a { background-color: rgb(75,126,49); }

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

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

 span { border-color: rgb(75,126,49); }

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