Html Css Color HEX #528B1F Vida Loca

📋 copy color: '#528B1F'

red 82 ◦ green 139 ◦ blue 31

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

Shades of Vida Loca #528B1F

Tints of Vida Loca #528B1F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 55.16%

 BLUE value IS 31 (12.5% from 255) = 12.3%

R = 32.54%
G = 55.16%
B = 12.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.45

RGB Variations

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

Color information

#528B1F (or 0x528B1F) is known color: Vida Loca. HEX triplet: 52, 8B and 1F. RGB value is (82,139,31). Sum of RGB (Red+Green+Blue) = 82+139+31=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #528B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B1F is #AD74E0. Grayscale: #6E6E6E. Windows color (decimal): -11367649 or 2067282. OLE color: 2067282.

HSL color Cylindrical-coordinate representation of color #528B1F: hue angle of 91.67º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #528B1F is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 139 31 -
CMYK 0.41 0 0.78 0.45
HSL 91.67º 0.64% 0.33% -
HSV(B) 91.67º 0.78% 0.55% -
XYZ 12.96 20.36 4.54 -
YUV 109.65 83.62 108.28 -
System Red Green Blue C M Y K H S L
Decimal 82 139 31 0.41 0 0.78 0.45 91.67 0.64 0.33
Hex 52 8B 1F 29 0 4E 2D 5C 40 21
Octal 122 213 37 51 0 116 55 134 100 41
Binary 1010010 10001011 11111 101001 0 1001110 101101 1011100 1000000 100001

Color Harmonies of #528B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B1F

Black with #528B1F

Text Example


Text Example

White with #528B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528B1F; }

 p { color: rgb(82,139,31); }

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

background-color css

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

 a { background-color: rgb(82,139,31); }

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

border-color css

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

 span { border-color: rgb(82,139,31); }

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