#4C8925

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

Shades of La Palma #4C8925

Tints of La Palma #4C8925

Color information

#4C8925 (or 0x4C8925) is unknown color: approx La Palma. HEX triplet: 4C, 89 and 25. RGB value is (76,137,37). Sum of RGB (Red+Green+Blue) = 76+137+37=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 137 (53.91% from 255 or 54.8% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 137 - color contains mainly: green. Hex color #4C8925 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8925 is #B376DA. Grayscale: #6B6B6B. Windows color (decimal): -11761371 or 2459980. OLE color: 2459980.

HSL color Cylindrical-coordinate representation of color #4C8925: hue angle of 96.6º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C8925 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB7613737-
CMYK0.4500.730.46
HSL96.6º57.47%34.12%-
HSV(B)96.6º72.99%53.73%-
XYZ12.2619.564.88-
YUV107.3688.29105.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.4%
GREEN value IS 137 (53.91% from 255) = 54.8%
BLUE value IS 37 (14.84% from 255) = 14.8%
R=30.4%
G=54.8%
B=14.8%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76137370.4500.730.4696.657.4734.12
Hex4C89252D0492E613922
Octal11421145550111561417142
Binary100110010001001100101101101010010011011101100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C8925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,137,37); }

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

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

 a { background-color: rgb(76,137,37); }

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

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

 span { border-color: rgb(76,137,37); }

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