#4B9232

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

Shades of La Palma #4B9232

Tints of La Palma #4B9232

Color information

#4B9232 (or 0x4B9232) is unknown color: approx La Palma. HEX triplet: 4B, 92 and 32. RGB value is (75,146,50). Sum of RGB (Red+Green+Blue) = 75+146+50=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #4B9232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B9232 is #B46DCD. Grayscale: #727272. Windows color (decimal): -11824590 or 3314251. OLE color: 3314251.

HSL color Cylindrical-coordinate representation of color #4B9232: hue angle of 104.38º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B9232 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB7514650-
CMYK0.4900.660.43
HSL104.38º48.98%38.43%-
HSV(B)104.38º65.75%57.25%-
XYZ13.7622.286.59-
YUV113.8391.98100.31-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=27.68%
G=53.87%
B=18.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75146500.4900.660.43104.3848.9838.43
Hex4B9232310422B683126
Octal11322262610102531506146
Binary100101110010010110010110001010000101010111101000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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