#4C830F

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

Shades of Vida Loca #4C830F

Tints of Vida Loca #4C830F

Color information

#4C830F (or 0x4C830F) is unknown color: approx Vida Loca. HEX triplet: 4C, 83 and 0F. RGB value is (76,131,15). Sum of RGB (Red+Green+Blue) = 76+131+15=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #4C830F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C830F is #B37CF0. Grayscale: #656565. Windows color (decimal): -11762929 or 1016652. OLE color: 1016652.

HSL color Cylindrical-coordinate representation of color #4C830F: hue angle of 88.45º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C830F is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB7613115-
CMYK0.4200.890.49
HSL88.45º79.45%28.63%-
HSV(B)88.45º88.55%51.37%-
XYZ11.1817.83.3-
YUV101.3379.28109.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.23%
GREEN value IS 131 (51.56% from 255) = 59.01%
BLUE value IS 15 (6.25% from 255) = 6.76%
R=34.23%
G=59.01%
B=6.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76131150.4200.890.4988.4579.4528.63
Hex4C83F2A05931584f1d
Octal114203175201316113011735
Binary1001100100000111111101010010110011100011011000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C830F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,131,15); }

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

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

 a { background-color: rgb(76,131,15); }

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

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

 span { border-color: rgb(76,131,15); }

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