Html Css Color HEX #528313 Vida Loca

📋 copy color: '#528313'

red 82 ◦ green 131 ◦ blue 19

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

Shades of Vida Loca #528313

Tints of Vida Loca #528313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.19%

R = 35.34%
G = 56.47%
B = 8.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#528313 (or 0x528313) is known color: Vida Loca. HEX triplet: 52, 83 and 13. RGB value is (82,131,19). Sum of RGB (Red+Green+Blue) = 82+131+19=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 131 (51.56% from 255 or 56.47% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 131 - color contains mainly: green. Hex color #528313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528313 is #AD7CEC. Grayscale: #676767. Windows color (decimal): -11369709 or 1278802. OLE color: 1278802.

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

Color convert

RGB 82 131 19 -
CMYK 0.37 0 0.85 0.49
HSL 86.25º 0.75% 0.29% -
HSV(B) 86.25º 0.85% 0.51% -
XYZ 11.71 18.07 3.49 -
YUV 103.58 80.27 112.61 -
System Red Green Blue C M Y K H S L
Decimal 82 131 19 0.37 0 0.85 0.49 86.25 0.75 0.29
Hex 52 83 13 25 0 55 31 56 4B 1D
Octal 122 203 23 45 0 125 61 126 113 35
Binary 1010010 10000011 10011 100101 0 1010101 110001 1010110 1001011 11101

Color Harmonies of #528313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528313

Black with #528313

Text Example


Text Example

White with #528313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528313; }

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

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

background-color css

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

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

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

border-color css

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

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

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