#4C852F

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

Shades of La Palma #4C852F

Tints of La Palma #4C852F

Color information

#4C852F (or 0x4C852F) is unknown color: approx La Palma. HEX triplet: 4C, 85 and 2F. RGB value is (76,133,47). Sum of RGB (Red+Green+Blue) = 76+133+47=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #4C852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C852F is #B37AD0. Grayscale: #6A6A6A. Windows color (decimal): -11762385 or 3114316. OLE color: 3114316.

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

Color convert

RGB7613347-
CMYK0.4300.650.48
HSL99.77º47.78%35.29%-
HSV(B)99.77º64.66%52.16%-
XYZ11.8818.525.64-
YUV106.1594.62106.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.69%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 47 (18.75% from 255) = 18.36%
R=29.69%
G=51.95%
B=18.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76133470.4300.650.4899.7747.7835.29
Hex4C852F2B04130643023
Octal11420557530101601446043
Binary100110010000101101111101011010000011100001100100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C852F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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