Html Css Color HEX #538225 Vida Loca

📋 copy color: '#538225'

red 83 ◦ green 130 ◦ blue 37

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

Shades of Vida Loca #538225

Tints of Vida Loca #538225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52%

 BLUE value IS 37 (14.84% from 255) = 14.8%

R = 33.2%
G = 52%
B = 14.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#538225 (or 0x538225) is known color: Vida Loca. HEX triplet: 53, 82 and 25. RGB value is (83,130,37). Sum of RGB (Red+Green+Blue) = 83+130+37=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #538225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538225 is #AC7DDA. Grayscale: #696969. Windows color (decimal): -11304411 or 2458195. OLE color: 2458195.

HSL color Cylindrical-coordinate representation of color #538225: hue angle of 90.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #538225 is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 130 37 -
CMYK 0.36 0 0.72 0.49
HSL 90.32º 0.56% 0.33% -
HSV(B) 90.32º 0.72% 0.51% -
XYZ 11.88 17.94 4.59 -
YUV 105.35 89.43 112.06 -
System Red Green Blue C M Y K H S L
Decimal 83 130 37 0.36 0 0.72 0.49 90.32 0.56 0.33
Hex 53 82 25 24 0 48 31 5A 38 21
Octal 123 202 45 44 0 110 61 132 70 41
Binary 1010011 10000010 100101 100100 0 1001000 110001 1011010 111000 100001

Color Harmonies of #538225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538225

Black with #538225

Text Example


Text Example

White with #538225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538225; }

 p { color: rgb(83,130,37); }

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

background-color css

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

 a { background-color: rgb(83,130,37); }

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

border-color css

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

 span { border-color: rgb(83,130,37); }

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