#4F841D

Color #4F841D Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #4F841D

Tints of Vida Loca #4F841D

Color information

#4F841D (or 0x4F841D) is unknown color: approx Vida Loca. HEX triplet: 4F, 84 and 1D. RGB value is (79,132,29). Sum of RGB (Red+Green+Blue) = 79+132+29=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #4F841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F841D is #B07BE2. Grayscale: #686868. Windows color (decimal): -11566051 or 1934415. OLE color: 1934415.

HSL color Cylindrical-coordinate representation of color #4F841D: hue angle of 90.87º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4F841D is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB7913229-
CMYK0.4000.780.48
HSL90.87º63.98%31.57%-
HSV(B)90.87º78.03%51.76%-
XYZ11.718.254.07-
YUV104.4185.44109.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.92%
GREEN value IS 132 (51.95% from 255) = 55%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=32.92%
G=55%
B=12.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal79132290.4000.780.4890.8763.9831.57
Hex4F841D2804E305b4020
Octal117204355001166013310040
Binary100111110000100111011010000100111011000010110111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F841D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,132,29); }

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

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

 a { background-color: rgb(79,132,29); }

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

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

 span { border-color: rgb(79,132,29); }

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