#4B8A32

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

Shades of La Palma #4B8A32

Tints of La Palma #4B8A32

Color information

#4B8A32 (or 0x4B8A32) is unknown color: approx La Palma. HEX triplet: 4B, 8A and 32. RGB value is (75,138,50). Sum of RGB (Red+Green+Blue) = 75+138+50=263 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.52% from 263); Green value is 138 (54.30% from 255 or 52.47% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 138 - color contains mainly: green. Hex color #4B8A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8A32 is #B475CD. Grayscale: #6D6D6D. Windows color (decimal): -11826638 or 3312203. OLE color: 3312203.

HSL color Cylindrical-coordinate representation of color #4B8A32: hue angle of 102.95º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B8A32 is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB7513850-
CMYK0.4600.640.46
HSL102.95º46.81%36.86%-
HSV(B)102.95º63.77%54.12%-
XYZ12.5719.96.2-
YUV109.1394.63103.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.52%
GREEN value IS 138 (54.30% from 255) = 52.47%
BLUE value IS 50 (19.92% from 255) = 19.01%
R=28.52%
G=52.47%
B=19.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75138500.4600.640.46102.9546.8136.86
Hex4B8A322E0402E672f25
Octal11321262560100561475745
Binary100101110001010110010101110010000001011101100111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,138,50); }

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

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

 a { background-color: rgb(75,138,50); }

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

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

 span { border-color: rgb(75,138,50); }

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