Html Css Color HEX #528911 Vida Loca

📋 copy color: '#528911'

red 82 ◦ green 137 ◦ blue 17

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

Shades of Vida Loca #528911

Tints of Vida Loca #528911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 34.75%
G = 58.05%
B = 7.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#528911 (or 0x528911) is known color: Vida Loca. HEX triplet: 52, 89 and 11. RGB value is (82,137,17). Sum of RGB (Red+Green+Blue) = 82+137+17=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #528911 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528911 is #AD76EE. Grayscale: #6B6B6B. Windows color (decimal): -11368175 or 1149266. OLE color: 1149266.

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

Color convert

RGB 82 137 17 -
CMYK 0.40 0 0.88 0.46
HSL 87.5º 0.78% 0.3% -
HSV(B) 87.5º 0.88% 0.54% -
XYZ 12.53 19.73 3.68 -
YUV 106.88 77.28 110.26 -
System Red Green Blue C M Y K H S L
Decimal 82 137 17 0.40 0 0.88 0.46 87.5 0.78 0.3
Hex 52 89 11 28 0 58 2E 57 4E 1E
Octal 122 211 21 50 0 130 56 127 116 36
Binary 1010010 10001001 10001 101000 0 1011000 101110 1010111 1001110 11110

Color Harmonies of #528911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528911

Black with #528911

Text Example


Text Example

White with #528911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528911; }

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

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

background-color css

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

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

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

border-color css

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

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

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