#528B2D

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

Shades of Vida Loca #528B2D

Tints of Vida Loca #528B2D

Color information

#528B2D (or 0x528B2D) is unknown color: approx Vida Loca. HEX triplet: 52, 8B and 2D. RGB value is (82,139,45). Sum of RGB (Red+Green+Blue) = 82+139+45=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #528B2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B2D is #AD74D2. Grayscale: #6F6F6F. Windows color (decimal): -11367635 or 2984786. OLE color: 2984786.

HSL color Cylindrical-coordinate representation of color #528B2D: hue angle of 96.38º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #528B2D is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB8213945-
CMYK0.4100.680.45
HSL96.38º51.09%36.08%-
HSV(B)96.38º67.63%54.51%-
XYZ13.1920.455.73-
YUV111.2490.62107.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 139 (54.69% from 255) = 52.26%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=30.83%
G=52.26%
B=16.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82139450.4100.680.4596.3851.0936.08
Hex528B2D290442D603324
Octal12221355510104551406344
Binary101001010001011101101101001010001001011011100000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528B2D; }

 p { color: rgb(82,139,45); }

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

<style>
 a { background-color: #528B2D; }

 a { background-color: rgb(82,139,45); }

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

<style>
 span { border-color: #528B2D; }

 span { border-color: rgb(82,139,45); }

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