#4C8530

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

Shades of La Palma #4C8530

Tints of La Palma #4C8530

Color information

#4C8530 (or 0x4C8530) is unknown color: approx La Palma. HEX triplet: 4C, 85 and 30. RGB value is (76,133,48). Sum of RGB (Red+Green+Blue) = 76+133+48=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #4C8530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8530 is #B37ACF. Grayscale: #6A6A6A. Windows color (decimal): -11762384 or 3179852. OLE color: 3179852.

HSL color Cylindrical-coordinate representation of color #4C8530: hue angle of 100.24º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C8530 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB7613348-
CMYK0.4300.640.48
HSL100.24º46.96%35.49%-
HSV(B)100.24º63.91%52.16%-
XYZ11.918.525.74-
YUV106.2795.12106.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.57%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 48 (19.14% from 255) = 18.68%
R=29.57%
G=51.75%
B=18.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76133480.4300.640.48100.2446.9635.49
Hex4C85302B04030642f23
Octal11420560530100601445743
Binary100110010000101110000101011010000001100001100100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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