#4C9530

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

Shades of La Palma #4C9530

Tints of La Palma #4C9530

Color information

#4C9530 (or 0x4C9530) is unknown color: approx La Palma. HEX triplet: 4C, 95 and 30. RGB value is (76,149,48). Sum of RGB (Red+Green+Blue) = 76+149+48=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #4C9530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C9530 is #B36ACF. Grayscale: #737373. Windows color (decimal): -11758288 or 3183948. OLE color: 3183948.

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

Color convert

RGB7614948-
CMYK0.4900.680.42
HSL103.37º51.27%38.63%-
HSV(B)103.37º67.79%58.43%-
XYZ14.2623.246.53-
YUV115.6689.8299.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.84%
GREEN value IS 149 (58.59% from 255) = 54.58%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=27.84%
G=54.58%
B=17.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76149480.4900.680.42103.3751.2738.63
Hex4C9530310442A673327
Octal11422560610104521476347
Binary100110010010101110000110001010001001010101100111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,149,48); }

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

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

 a { background-color: rgb(76,149,48); }

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

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

 span { border-color: rgb(76,149,48); }

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