#528B2C

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

Shades of Vida Loca #528B2C

Tints of Vida Loca #528B2C

Color information

#528B2C (or 0x528B2C) is unknown color: approx Vida Loca. HEX triplet: 52, 8B and 2C. RGB value is (82,139,44). Sum of RGB (Red+Green+Blue) = 82+139+44=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #528B2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B2C is #AD74D3. Grayscale: #6F6F6F. Windows color (decimal): -11367636 or 2919250. OLE color: 2919250.

HSL color Cylindrical-coordinate representation of color #528B2C: hue angle of 96º degrees, saturation: 0.52, 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 #528B2C is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB8213944-
CMYK0.4100.680.45
HSL96º51.91%35.88%-
HSV(B)96º68.35%54.51%-
XYZ13.1720.445.63-
YUV111.1390.12107.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 139 (54.69% from 255) = 52.45%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=30.94%
G=52.45%
B=16.60%

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
Decimal82139440.4100.680.459651.9135.88
Hex528B2C290442D603424
Octal12221354510104551406444
Binary101001010001011101100101001010001001011011100000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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