#4A8C1F

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

Shades of La Palma #4A8C1F

Tints of La Palma #4A8C1F

Color information

#4A8C1F (or 0x4A8C1F) is unknown color: approx La Palma. HEX triplet: 4A, 8C and 1F. RGB value is (74,140,31). Sum of RGB (Red+Green+Blue) = 74+140+31=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 140 (55.08% from 255 or 57.14% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8C1F is #B573E0. Grayscale: #6C6C6C. Windows color (decimal): -11891681 or 2067530. OLE color: 2067530.

HSL color Cylindrical-coordinate representation of color #4A8C1F: hue angle of 96.33º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A8C1F is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB7414031-
CMYK0.4700.780.45
HSL96.33º63.74%33.53%-
HSV(B)96.33º77.86%54.9%-
XYZ12.4520.314.56-
YUV107.8484.63103.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.20%
GREEN value IS 140 (55.08% from 255) = 57.14%
BLUE value IS 31 (12.5% from 255) = 12.65%
R=30.20%
G=57.14%
B=12.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74140310.4700.780.4596.3363.7433.53
Hex4A8C1F2F04E2D604022
Octal112214375701165514010042
Binary100101010001100111111011110100111010110111000001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,140,31); }

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

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

 a { background-color: rgb(74,140,31); }

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

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

 span { border-color: rgb(74,140,31); }

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