Html Css Color HEX #528915 Vida Loca

📋 copy color: '#528915'

red 82 ◦ green 137 ◦ blue 21

#528915
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vida Loca #528915

Tints of Vida Loca #528915

RGB

 RED value IS 82 (32.42% from 255) = 34.17%

 GREEN value IS 137 (53.91% from 255) = 57.08%

 BLUE value IS 21 (8.59% from 255) = 8.75%

R = 34.17%
G = 57.08%
B = 8.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#528915 (or 0x528915) is known color: Vida Loca. HEX triplet: 52, 89 and 15. RGB value is (82,137,21). Sum of RGB (Red+Green+Blue) = 82+137+21=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 137 (53.91% from 255 or 57.08% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 137 - color contains mainly: green. Hex color #528915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528915 is #AD76EA. Grayscale: #6B6B6B. Windows color (decimal): -11368171 or 1411410. OLE color: 1411410.

HSL color Cylindrical-coordinate representation of color #528915: hue angle of 88.45º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #528915 is Cyan = 0.40, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 21 -
CMYK 0.40 0 0.85 0.46
HSL 88.45º 0.73% 0.31% -
HSV(B) 88.45º 0.85% 0.54% -
XYZ 12.56 19.74 3.86 -
YUV 107.33 79.28 109.93 -
System Red Green Blue C M Y K H S L
Decimal 82 137 21 0.40 0 0.85 0.46 88.45 0.73 0.31
Hex 52 89 15 28 0 55 2E 58 49 1F
Octal 122 211 25 50 0 125 56 130 111 37
Binary 1010010 10001001 10101 101000 0 1010101 101110 1011000 1001001 11111

Color Harmonies of #528915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528915

Black with #528915

Text Example


Text Example

White with #528915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528915; }

 p { color: rgb(82,137,21); }

 H1.HeaderClassName
 {
   color: #528915;
 }
 .AnyTagClassName
 {
   color: #528915;
 }
</style>

background-color css

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

 a { background-color: rgb(82,137,21); }

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

border-color css

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

 span { border-color: rgb(82,137,21); }

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