#4B8506

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

Shades of Vida Loca #4B8506

Tints of Vida Loca #4B8506

Color information

#4B8506 (or 0x4B8506) is unknown color: approx Vida Loca. HEX triplet: 4B, 85 and 06. RGB value is (75,133,6). Sum of RGB (Red+Green+Blue) = 75+133+6=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 6 (2.73% from 255 or 2.80% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #4B8506 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8506 is #B47AF9. Grayscale: #656565. Windows color (decimal): -11827962 or 427339. OLE color: 427339.

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

Color convert

RGB751336-
CMYK0.4400.950.48
HSL87.4º91.37%27.25%-
HSV(B)87.4º95.49%52.16%-
XYZ11.3218.283.1-
YUV101.1874.28109.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.05%
GREEN value IS 133 (52.34% from 255) = 62.15%
BLUE value IS 6 (2.73% from 255) = 2.80%
R=35.05%
G=62.15%
B=2.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7513360.4400.950.4887.491.3727.25
Hex4B8562C05F30575b1b
Octal11320565401376012713333
Binary100101110000101110101100010111111100001010111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,133,6); }

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

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

 a { background-color: rgb(75,133,6); }

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

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

 span { border-color: rgb(75,133,6); }

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