#4B8934

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

Shades of La Palma #4B8934

Tints of La Palma #4B8934

Color information

#4B8934 (or 0x4B8934) is unknown color: approx La Palma. HEX triplet: 4B, 89 and 34. RGB value is (75,137,52). Sum of RGB (Red+Green+Blue) = 75+137+52=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 137 (53.91% from 255 or 51.89% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 137 - color contains mainly: green. Hex color #4B8934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4B8934 is #B476CB. Grayscale: #6D6D6D. Windows color (decimal): -11826892 or 3443019. OLE color: 3443019.

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

Color convert

RGB7513752-
CMYK0.4500.620.46
HSL103.76º44.97%37.06%-
HSV(B)103.76º62.04%53.73%-
XYZ12.4719.646.38-
YUV108.7795.96103.91-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 28.41%
GREEN value IS 137 (53.91% from 255) = 51.89%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=28.41%
G=51.89%
B=19.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75137520.4500.620.46103.7644.9737.06
Hex4B89342D03E2E682d25
Octal1132116455076561505545
Binary10010111000100111010010110101111101011101101000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,137,52); }

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

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

 a { background-color: rgb(75,137,52); }

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

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

 span { border-color: rgb(75,137,52); }

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