Html Css Color HEX #528800 Vida Loca

📋 copy color: '#528800'

red 82 ◦ green 136 ◦ blue 0

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

Shades of Vida Loca #528800

Tints of Vida Loca #528800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 62.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.61%
G = 62.39%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#528800 (or 0x528800) is known color: Vida Loca. HEX triplet: 52, 88 and 00. RGB value is (82,136,0). Sum of RGB (Red+Green+Blue) = 82+136+0=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #528800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528800 is #AD77FF. Grayscale: #686868. Windows color (decimal): -11368448 or 34898. OLE color: 34898.

HSL color Cylindrical-coordinate representation of color #528800: hue angle of 83.82º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #528800 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 0 -
CMYK 0.40 0 1 0.47
HSL 83.82º 1% 0.27% -
HSV(B) 83.82º 1% 0.53% -
XYZ 12.28 19.4 3.1 -
YUV 104.35 69.11 112.06 -
System Red Green Blue C M Y K H S L
Decimal 82 136 0 0.40 0 1 0.47 83.82 1 0.27
Hex 52 88 0 28 0 64 2F 54 64 1B
Octal 122 210 0 50 0 144 57 124 144 33
Binary 1010010 10001000 0 101000 0 1100100 101111 1010100 1100100 11011

Color Harmonies of #528800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528800

Black with #528800

Text Example


Text Example

White with #528800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528800; }

 p { color: rgb(82,136,0); }

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

background-color css

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

 a { background-color: rgb(82,136,0); }

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

border-color css

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

 span { border-color: rgb(82,136,0); }

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