#628828

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

Shades of Vida Loca #628828

Tints of Vida Loca #628828

Color information

#628828 (or 0x628828) is unknown color: approx Vida Loca. HEX triplet: 62, 88 and 28. RGB value is (98,136,40). Sum of RGB (Red+Green+Blue) = 98+136+40=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #628828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628828 is #9D77D7. Grayscale: #727272. Windows color (decimal): -10319832 or 2656354. OLE color: 2656354.

HSL color Cylindrical-coordinate representation of color #628828: hue angle of 83.75º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #628828 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB9813640-
CMYK0.2800.710.47
HSL83.75º54.55%34.51%-
HSV(B)83.75º70.59%53.33%-
XYZ14.2220.365.19-
YUV113.6986.41116.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 136 (53.52% from 255) = 49.64%
BLUE value IS 40 (16.02% from 255) = 14.60%
R=35.77%
G=49.64%
B=14.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal98136400.2800.710.4783.7554.5534.51
Hex6288281C0472F543723
Octal14221050340107571246743
Binary11000101000100010100011100010001111011111010100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628828; }

 p { color: rgb(98,136,40); }

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

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

 a { background-color: rgb(98,136,40); }

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

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

 span { border-color: rgb(98,136,40); }

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