#4A8517

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

Shades of La Palma #4A8517

Tints of La Palma #4A8517

Color information

#4A8517 (or 0x4A8517) is unknown color: approx La Palma. HEX triplet: 4A, 85 and 17. RGB value is (74,133,23). Sum of RGB (Red+Green+Blue) = 74+133+23=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #4A8517 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A8517 is #B57AE8. Grayscale: #676767. Windows color (decimal): -11893481 or 1541450. OLE color: 1541450.

HSL color Cylindrical-coordinate representation of color #4A8517: hue angle of 92.18º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A8517 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB7413323-
CMYK0.4400.830.48
HSL92.18º70.51%30.59%-
HSV(B)92.18º82.71%52.16%-
XYZ11.3718.293.74-
YUV102.8282.95107.44-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 133 (52.34% from 255) = 57.83%
BLUE value IS 23 (9.38% from 255) = 10%
R=32.17%
G=57.83%
B=10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal74133230.4400.830.4892.1870.5130.59
Hex4A85172C053305c471f
Octal112205275401236013410737
Binary10010101000010110111101100010100111100001011100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,133,23); }

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

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

 a { background-color: rgb(74,133,23); }

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

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

 span { border-color: rgb(74,133,23); }

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