#528321

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

Shades of Vida Loca #528321

Tints of Vida Loca #528321

Color information

#528321 (or 0x528321) is unknown color: approx Vida Loca. HEX triplet: 52, 83 and 21. RGB value is (82,131,33). Sum of RGB (Red+Green+Blue) = 82+131+33=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #528321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528321 is #AD7CDE. Grayscale: #696969. Windows color (decimal): -11369695 or 2196306. OLE color: 2196306.

HSL color Cylindrical-coordinate representation of color #528321: hue angle of 90º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #528321 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB8213133-
CMYK0.3700.750.49
HSL90º59.76%32.16%-
HSV(B)90º74.81%51.37%-
XYZ11.8718.144.31-
YUV105.1887.27111.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 53.25%
BLUE value IS 33 (13.28% from 255) = 13.41%
R=33.33%
G=53.25%
B=13.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82131330.3700.750.499059.7632.16
Hex5283212504B315a3c20
Octal12220341450113611327440
Binary101001010000011100001100101010010111100011011010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528321; }

 p { color: rgb(82,131,33); }

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

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

 a { background-color: rgb(82,131,33); }

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

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

 span { border-color: rgb(82,131,33); }

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