Html Css Color HEX #528311 Vida Loca

📋 copy color: '#528311'

red 82 ◦ green 131 ◦ blue 17

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

Shades of Vida Loca #528311

Tints of Vida Loca #528311

RGB

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

 GREEN value IS 131 (51.56% from 255) = 56.96%

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

R = 35.65%
G = 56.96%
B = 7.39%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#528311 (or 0x528311) is known color: Vida Loca. HEX triplet: 52, 83 and 11. RGB value is (82,131,17). Sum of RGB (Red+Green+Blue) = 82+131+17=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 131 (51.56% from 255 or 56.96% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 131 - color contains mainly: green. Hex color #528311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528311 is #AD7CEE. Grayscale: #676767. Windows color (decimal): -11369711 or 1147730. OLE color: 1147730.

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

Color convert

RGB 82 131 17 -
CMYK 0.37 0 0.87 0.49
HSL 85.79º 0.77% 0.29% -
HSV(B) 85.79º 0.87% 0.51% -
XYZ 11.7 18.07 3.4 -
YUV 103.35 79.27 112.77 -
System Red Green Blue C M Y K H S L
Decimal 82 131 17 0.37 0 0.87 0.49 85.79 0.77 0.29
Hex 52 83 11 25 0 57 31 56 4D 1D
Octal 122 203 21 45 0 127 61 126 115 35
Binary 1010010 10000011 10001 100101 0 1010111 110001 1010110 1001101 11101

Color Harmonies of #528311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528311

Black with #528311

Text Example


Text Example

White with #528311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528311; }

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

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

background-color css

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

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

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

border-color css

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

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

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