#528C25

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

Shades of Vida Loca #528C25

Tints of Vida Loca #528C25

Color information

#528C25 (or 0x528C25) is unknown color: approx Vida Loca. HEX triplet: 52, 8C and 25. RGB value is (82,140,37). Sum of RGB (Red+Green+Blue) = 82+140+37=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #528C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528C25 is #AD73DA. Grayscale: #6F6F6F. Windows color (decimal): -11367387 or 2460754. OLE color: 2460754.

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

Color convert

RGB8214037-
CMYK0.4100.740.45
HSL93.79º58.19%34.71%-
HSV(B)93.79º73.57%54.9%-
XYZ13.1920.685.05-
YUV110.9286.28107.38-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 140 (55.08% from 255) = 54.05%
BLUE value IS 37 (14.84% from 255) = 14.29%
R=31.66%
G=54.05%
B=14.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82140370.4100.740.4593.7958.1934.71
Hex528C252904A2D5e3a23
Octal12221445510112551367243
Binary101001010001100100101101001010010101011011011110111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,140,37); }

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

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

 a { background-color: rgb(82,140,37); }

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

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

 span { border-color: rgb(82,140,37); }

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