#628A31

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

Shades of Vida Loca #628A31

Tints of Vida Loca #628A31

Color information

#628A31 (or 0x628A31) is unknown color: approx Vida Loca. HEX triplet: 62, 8A and 31. RGB value is (98,138,49). Sum of RGB (Red+Green+Blue) = 98+138+49=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 138 (54.30% from 255 or 48.42% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 138 - color contains mainly: green. Hex color #628A31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628A31 is #9D75CE. Grayscale: #747474. Windows color (decimal): -10319311 or 3246690. OLE color: 3246690.

HSL color Cylindrical-coordinate representation of color #628A31: hue angle of 86.97º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #628A31 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB9813849-
CMYK0.2900.640.46
HSL86.97º47.59%36.67%-
HSV(B)86.97º64.49%54.12%-
XYZ14.68216.18-
YUV115.8990.25115.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 138 (54.30% from 255) = 48.42%
BLUE value IS 49 (19.53% from 255) = 17.19%
R=34.39%
G=48.42%
B=17.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98138490.2900.640.4686.9747.5936.67
Hex628A311D0402E573025
Octal14221261350100561276045
Binary11000101000101011000111101010000001011101010111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628A31; }

 p { color: rgb(98,138,49); }

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

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

 a { background-color: rgb(98,138,49); }

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

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

 span { border-color: rgb(98,138,49); }

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