Html Css Color HEX #528523 Vida Loca

📋 copy color: '#528523'

red 82 ◦ green 133 ◦ blue 35

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

Shades of Vida Loca #528523

Tints of Vida Loca #528523

RGB

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

 GREEN value IS 133 (52.34% from 255) = 53.2%

 BLUE value IS 35 (14.06% from 255) = 14%

R = 32.8%
G = 53.2%
B = 14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#528523 (or 0x528523) is known color: Vida Loca. HEX triplet: 52, 85 and 23. RGB value is (82,133,35). Sum of RGB (Red+Green+Blue) = 82+133+35=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #528523 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528523 is #AD7ADC. Grayscale: #6A6A6A. Windows color (decimal): -11369181 or 2327890. OLE color: 2327890.

HSL color Cylindrical-coordinate representation of color #528523: hue angle of 91.22º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #528523 is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 35 -
CMYK 0.38 0 0.74 0.48
HSL 91.22º 0.58% 0.33% -
HSV(B) 91.22º 0.74% 0.52% -
XYZ 12.17 18.69 4.56 -
YUV 106.58 87.6 110.47 -
System Red Green Blue C M Y K H S L
Decimal 82 133 35 0.38 0 0.74 0.48 91.22 0.58 0.33
Hex 52 85 23 26 0 4A 30 5B 3A 21
Octal 122 205 43 46 0 112 60 133 72 41
Binary 1010010 10000101 100011 100110 0 1001010 110000 1011011 111010 100001

Color Harmonies of #528523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528523

Black with #528523

Text Example


Text Example

White with #528523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528523; }

 p { color: rgb(82,133,35); }

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

background-color css

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

 a { background-color: rgb(82,133,35); }

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

border-color css

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

 span { border-color: rgb(82,133,35); }

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