Html Css Color HEX #538332 Vida Loca

📋 copy color: '#538332'

red 83 ◦ green 131 ◦ blue 50

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

Shades of Vida Loca #538332

Tints of Vida Loca #538332

RGB

 RED value IS 83 (32.81% from 255) = 31.44%

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

 BLUE value IS 50 (19.92% from 255) = 18.94%

R = 31.44%
G = 49.62%
B = 18.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#538332 (or 0x538332) is known color: Vida Loca. HEX triplet: 53, 83 and 32. RGB value is (83,131,50). Sum of RGB (Red+Green+Blue) = 83+131+50=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #538332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538332 is #AC7CCD. Grayscale: #6B6B6B. Windows color (decimal): -11304142 or 3310419. OLE color: 3310419.

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

Color convert

RGB 83 131 50 -
CMYK 0.37 0 0.62 0.49
HSL 95.56º 0.45% 0.35% -
HSV(B) 95.56º 0.62% 0.51% -
XYZ 12.26 18.3 5.9 -
YUV 107.41 95.6 110.59 -
System Red Green Blue C M Y K H S L
Decimal 83 131 50 0.37 0 0.62 0.49 95.56 0.45 0.35
Hex 53 83 32 25 0 3E 31 60 2D 23
Octal 123 203 62 45 0 76 61 140 55 43
Binary 1010011 10000011 110010 100101 0 111110 110001 1100000 101101 100011

Color Harmonies of #538332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538332

Black with #538332

Text Example


Text Example

White with #538332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538332; }

 p { color: rgb(83,131,50); }

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

background-color css

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

 a { background-color: rgb(83,131,50); }

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

border-color css

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

 span { border-color: rgb(83,131,50); }

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