#4B8409

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

Shades of Vida Loca #4B8409

Tints of Vida Loca #4B8409

Color information

#4B8409 (or 0x4B8409) is unknown color: approx Vida Loca. HEX triplet: 4B, 84 and 09. RGB value is (75,132,9). Sum of RGB (Red+Green+Blue) = 75+132+9=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 9 (3.91% from 255 or 4.17% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #4B8409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4B8409 is #B47BF6. Grayscale: #656565. Windows color (decimal): -11828215 or 623691. OLE color: 623691.

HSL color Cylindrical-coordinate representation of color #4B8409: hue angle of 87.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B8409 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB751329-
CMYK0.4300.930.48
HSL87.8º87.23%27.65%-
HSV(B)87.8º93.18%51.76%-
XYZ11.218.023.15-
YUV100.9376.12109.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.72%
GREEN value IS 132 (51.95% from 255) = 61.11%
BLUE value IS 9 (3.91% from 255) = 4.17%
R=34.72%
G=61.11%
B=4.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7513290.4300.930.4887.887.2327.65
Hex4B8492B05D3058571c
Octal113204115301356013012734
Binary1001011100001001001101011010111011100001011000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B8409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,132,9); }

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

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

 a { background-color: rgb(75,132,9); }

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

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

 span { border-color: rgb(75,132,9); }

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