#628D31

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

Shades of Vida Loca #628D31

Tints of Vida Loca #628D31

Color information

#628D31 (or 0x628D31) is unknown color: approx Vida Loca. HEX triplet: 62, 8D and 31. RGB value is (98,141,49). Sum of RGB (Red+Green+Blue) = 98+141+49=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 49 (19.53% from 255 or 17.01% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #628D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D31 is #9D72CE. Grayscale: #757575. Windows color (decimal): -10318543 or 3247458. OLE color: 3247458.

HSL color Cylindrical-coordinate representation of color #628D31: hue angle of 88.04º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #628D31 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB9814149-
CMYK0.3000.650.45
HSL88.04º48.42%37.25%-
HSV(B)88.04º65.25%55.29%-
XYZ15.1221.876.33-
YUV117.6589.25113.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.03%
GREEN value IS 141 (55.47% from 255) = 48.96%
BLUE value IS 49 (19.53% from 255) = 17.01%
R=34.03%
G=48.96%
B=17.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98141490.3000.650.4588.0448.4237.25
Hex628D311E0412D583025
Octal14221561360101551306045
Binary11000101000110111000111110010000011011011011000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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