#4A9534

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

Shades of La Palma #4A9534

Tints of La Palma #4A9534

Color information

#4A9534 (or 0x4A9534) is unknown color: approx La Palma. HEX triplet: 4A, 95 and 34. RGB value is (74,149,52). Sum of RGB (Red+Green+Blue) = 74+149+52=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 52 (20.70% from 255 or 18.91% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9534 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9534 is #B56ACB. Grayscale: #737373. Windows color (decimal): -11889356 or 3446090. OLE color: 3446090.

HSL color Cylindrical-coordinate representation of color #4A9534: hue angle of 106.39º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A9534 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB7414952-
CMYK0.5000.650.42
HSL106.39º48.26%39.41%-
HSV(B)106.39º65.1%58.43%-
XYZ14.1923.26.98-
YUV115.5292.1598.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.91%
GREEN value IS 149 (58.59% from 255) = 54.18%
BLUE value IS 52 (20.70% from 255) = 18.91%
R=26.91%
G=54.18%
B=18.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74149520.5000.650.42106.3948.2639.41
Hex4A9534320412A6a3027
Octal11222564620101521526047
Binary100101010010101110100110010010000011010101101010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,149,52); }

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

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

 a { background-color: rgb(74,149,52); }

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

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

 span { border-color: rgb(74,149,52); }

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