#4F8A13

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

Shades of Vida Loca #4F8A13

Tints of Vida Loca #4F8A13

Color information

#4F8A13 (or 0x4F8A13) is unknown color: approx Vida Loca. HEX triplet: 4F, 8A and 13. RGB value is (79,138,19). Sum of RGB (Red+Green+Blue) = 79+138+19=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 138 (54.30% from 255 or 58.47% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 138 - color contains mainly: green. Hex color #4F8A13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F8A13 is #B075EC. Grayscale: #6B6B6B. Windows color (decimal): -11564525 or 1280591. OLE color: 1280591.

HSL color Cylindrical-coordinate representation of color #4F8A13: hue angle of 89.75º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F8A13 is Cyan = 0.43, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB7913819-
CMYK0.4300.860.46
HSL89.75º75.8%30.78%-
HSV(B)89.75º86.23%54.12%-
XYZ12.4319.893.8-
YUV106.7978.45108.18-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.47%
GREEN value IS 138 (54.30% from 255) = 58.47%
BLUE value IS 19 (7.81% from 255) = 8.05%
R=33.47%
G=58.47%
B=8.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79138190.4300.860.4689.7575.830.78
Hex4F8A132B0562E5a4c1f
Octal117212235301265613211437
Binary10011111000101010011101011010101101011101011010100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,138,19); }

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

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

 a { background-color: rgb(79,138,19); }

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

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

 span { border-color: rgb(79,138,19); }

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