#4F8023

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

Shades of La Palma #4F8023

Tints of La Palma #4F8023

Color information

#4F8023 (or 0x4F8023) is unknown color: approx La Palma. HEX triplet: 4F, 80 and 23. RGB value is (79,128,35). Sum of RGB (Red+Green+Blue) = 79+128+35=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #4F8023 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F8023 is #B07FDC. Grayscale: #676767. Windows color (decimal): -11567069 or 2326607. OLE color: 2326607.

HSL color Cylindrical-coordinate representation of color #4F8023: hue angle of 91.61º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F8023 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB7912835-
CMYK0.3800.730.50
HSL91.61º57.06%31.96%-
HSV(B)91.61º72.66%50.2%-
XYZ11.2517.224.32-
YUV102.7589.77111.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.64%
GREEN value IS 128 (50.39% from 255) = 52.89%
BLUE value IS 35 (14.06% from 255) = 14.46%
R=32.64%
G=52.89%
B=14.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal79128350.3800.730.5091.6157.0631.96
Hex4F802326049325c3920
Octal11720043460111621347140
Binary100111110000000100011100110010010011100101011100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,128,35); }

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

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

 a { background-color: rgb(79,128,35); }

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

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

 span { border-color: rgb(79,128,35); }

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