#4B812B

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

Shades of La Palma #4B812B

Tints of La Palma #4B812B

Color information

#4B812B (or 0x4B812B) is unknown color: approx La Palma. HEX triplet: 4B, 81 and 2B. RGB value is (75,129,43). Sum of RGB (Red+Green+Blue) = 75+129+43=247 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.36% from 247); Green value is 129 (50.78% from 255 or 52.23% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 129 - color contains mainly: green. Hex color #4B812B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B812B is #B47ED4. Grayscale: #676767. Windows color (decimal): -11828949 or 2851147. OLE color: 2851147.

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

Color convert

RGB7512943-
CMYK0.4200.670.49
HSL97.67º50%33.73%-
HSV(B)97.67º66.67%50.59%-
XYZ11.1917.375.05-
YUV103.0594.11107.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.36%
GREEN value IS 129 (50.78% from 255) = 52.23%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=30.36%
G=52.23%
B=17.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75129430.4200.670.4997.675033.73
Hex4B812B2A04331623222
Octal11320153520103611426242
Binary100101110000001101011101010010000111100011100010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B812B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,129,43); }

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

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

 a { background-color: rgb(75,129,43); }

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

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

 span { border-color: rgb(75,129,43); }

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