Html Css Color HEX #538330 Vida Loca

📋 copy color: '#538330'

red 83 ◦ green 131 ◦ blue 48

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

Shades of Vida Loca #538330

Tints of Vida Loca #538330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 31.68%
G = 50%
B = 18.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#538330 (or 0x538330) is known color: Vida Loca. HEX triplet: 53, 83 and 30. RGB value is (83,131,48). Sum of RGB (Red+Green+Blue) = 83+131+48=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #538330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538330 is #AC7CCF. Grayscale: #6B6B6B. Windows color (decimal): -11304144 or 3179347. OLE color: 3179347.

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

Color convert

RGB 83 131 48 -
CMYK 0.37 0 0.63 0.49
HSL 94.7º 0.46% 0.35% -
HSV(B) 94.7º 0.63% 0.51% -
XYZ 12.22 18.29 5.68 -
YUV 107.19 94.6 110.75 -
System Red Green Blue C M Y K H S L
Decimal 83 131 48 0.37 0 0.63 0.49 94.7 0.46 0.35
Hex 53 83 30 25 0 3F 31 5F 2E 23
Octal 123 203 60 45 0 77 61 137 56 43
Binary 1010011 10000011 110000 100101 0 111111 110001 1011111 101110 100011

Color Harmonies of #538330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538330

Black with #538330

Text Example


Text Example

White with #538330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538330; }

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

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

background-color css

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

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

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

border-color css

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

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

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