#4C842B

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

Shades of La Palma #4C842B

Tints of La Palma #4C842B

Color information

#4C842B (or 0x4C842B) is unknown color: approx La Palma. HEX triplet: 4C, 84 and 2B. RGB value is (76,132,43). Sum of RGB (Red+Green+Blue) = 76+132+43=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #4C842B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C842B is #B37BD4. Grayscale: #696969. Windows color (decimal): -11762645 or 2851916. OLE color: 2851916.

HSL color Cylindrical-coordinate representation of color #4C842B: hue angle of 97.75º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C842B is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB7613243-
CMYK0.4200.670.48
HSL97.75º50.86%34.31%-
HSV(B)97.75º67.42%51.76%-
XYZ11.6718.215.19-
YUV105.1192.95107.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.28%
GREEN value IS 132 (51.95% from 255) = 52.59%
BLUE value IS 43 (17.19% from 255) = 17.13%
R=30.28%
G=52.59%
B=17.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal76132430.4200.670.4897.7550.8634.31
Hex4C842B2A04330623322
Octal11420453520103601426342
Binary100110010000100101011101010010000111100001100010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,132,43); }

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

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

 a { background-color: rgb(76,132,43); }

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

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

 span { border-color: rgb(76,132,43); }

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