#5B892D

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

Shades of Vida Loca #5B892D

Tints of Vida Loca #5B892D

Color information

#5B892D (or 0x5B892D) is unknown color: approx Vida Loca. HEX triplet: 5B, 89 and 2D. RGB value is (91,137,45). Sum of RGB (Red+Green+Blue) = 91+137+45=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 137 (53.91% from 255 or 50.18% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 137 - color contains mainly: green. Hex color #5B892D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B892D is #A476D2. Grayscale: #717171. Windows color (decimal): -10778323 or 2984283. OLE color: 2984283.

HSL color Cylindrical-coordinate representation of color #5B892D: hue angle of 90º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B892D is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB9113745-
CMYK0.3400.670.46
HSL90º50.55%35.69%-
HSV(B)90º67.15%53.73%-
XYZ13.7320.35.68-
YUV112.7689.76112.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.33%
GREEN value IS 137 (53.91% from 255) = 50.18%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=33.33%
G=50.18%
B=16.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal91137450.3400.670.469050.5535.69
Hex5B892D220432E5a3324
Octal13321155420103561326344
Binary101101110001001101101100010010000111011101011010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B892D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B892D; }

 p { color: rgb(91,137,45); }

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

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

 a { background-color: rgb(91,137,45); }

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

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

 span { border-color: rgb(91,137,45); }

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