#538B1D

Color #538B1D Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #538B1D

Tints of Vida Loca #538B1D

Color information

#538B1D (or 0x538B1D) is unknown color: approx Vida Loca. HEX triplet: 53, 8B and 1D. RGB value is (83,139,29). Sum of RGB (Red+Green+Blue) = 83+139+29=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 139 (54.69% from 255 or 55.38% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 139 - color contains mainly: green. Hex color #538B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #538B1D is #AC74E2. Grayscale: #6E6E6E. Windows color (decimal): -11302115 or 1936211. OLE color: 1936211.

HSL color Cylindrical-coordinate representation of color #538B1D: hue angle of 90.55º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #538B1D is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB8313929-
CMYK0.4000.790.45
HSL90.55º65.48%32.94%-
HSV(B)90.55º79.14%54.51%-
XYZ13.0220.394.41-
YUV109.7282.45108.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.07%
GREEN value IS 139 (54.69% from 255) = 55.38%
BLUE value IS 29 (11.72% from 255) = 11.55%
R=33.07%
G=55.38%
B=11.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83139290.4000.790.4590.5565.4832.94
Hex538B1D2804F2D5b4121
Octal123213355001175513310141
Binary101001110001011111011010000100111110110110110111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538B1D; }

 p { color: rgb(83,139,29); }

 H1.HeaderClassName
 {
   color: #538B1D;
 }
 .AnyTagClassName
 {
   color: #538B1D;
 }
</style>
background-color css

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

 a { background-color: rgb(83,139,29); }

 div.DivClassName
 {
   background-color: #538B1D;
 }
 .BgClassName
 {
   background-color: #538B1D;
 }
</style>
border-color css

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

 span { border-color: rgb(83,139,29); }

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