#548b30

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

Shades of Vida Loca #548B30

Tints of Vida Loca #548B30

Color information

#548B30 (or 0x548B30) is unknown color: approx Vida Loca. HEX triplet: 54, 8B and 30. RGB value is (84,139,48). Sum of RGB (Red+Green+Blue) = 84+139+48=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #548B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548B30 is #AB74CF. Grayscale: #707070. Windows color (decimal): -11236560 or 3181396. OLE color: 3181396.

HSL color Cylindrical-coordinate representation of color #548B30: hue angle of 96.26º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #548B30 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB8413948-
CMYK0.4000.650.45
HSL96.26º48.66%36.67%-
HSV(B)96.26º65.47%54.51%-
XYZ13.4220.566.06-
YUV112.1891.78107.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 139 (54.69% from 255) = 51.29%
BLUE value IS 48 (19.14% from 255) = 17.71%
R=31.00%
G=51.29%
B=17.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84139480.4000.650.4596.2648.6636.67
Hex548B30280412D603125
Octal12421360500101551406145
Binary101010010001011110000101000010000011011011100000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548b30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548b30; }

 p { color: rgb(84,139,48); }

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

<style>
 a { background-color: #548b30; }

 a { background-color: rgb(84,139,48); }

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

<style>
 span { border-color: #548b30; }

 span { border-color: rgb(84,139,48); }

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