#4C921E

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

Shades of La Palma #4C921E

Tints of La Palma #4C921E

Color information

#4C921E (or 0x4C921E) is unknown color: approx La Palma. HEX triplet: 4C, 92 and 1E. RGB value is (76,146,30). Sum of RGB (Red+Green+Blue) = 76+146+30=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #4C921E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C921E is #B36DE1. Grayscale: #707070. Windows color (decimal): -11759074 or 2003532. OLE color: 2003532.

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

Color convert

RGB7614630-
CMYK0.4800.790.43
HSL96.21º65.91%34.51%-
HSV(B)96.21º79.45%57.25%-
XYZ13.4922.194.8-
YUV111.8581.81102.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 146 (57.42% from 255) = 57.94%
BLUE value IS 30 (12.11% from 255) = 11.90%
R=30.16%
G=57.94%
B=11.90%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76146300.4800.790.4396.2165.9134.51
Hex4C921E3004F2B604223
Octal114222366001175314010243
Binary100110010010010111101100000100111110101111000001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,146,30); }

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

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

 a { background-color: rgb(76,146,30); }

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

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

 span { border-color: rgb(76,146,30); }

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