#628D28

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

Shades of Vida Loca #628D28

Tints of Vida Loca #628D28

Color information

#628D28 (or 0x628D28) is unknown color: approx Vida Loca. HEX triplet: 62, 8D and 28. RGB value is (98,141,40). Sum of RGB (Red+Green+Blue) = 98+141+40=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #628D28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628D28 is #9D72D7. Grayscale: #747474. Windows color (decimal): -10318552 or 2657634. OLE color: 2657634.

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

Color convert

RGB9814140-
CMYK0.3000.720.45
HSL85.54º55.8%35.49%-
HSV(B)85.54º71.63%55.29%-
XYZ14.9421.85.43-
YUV116.6384.75114.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 141 (55.47% from 255) = 50.54%
BLUE value IS 40 (16.02% from 255) = 14.34%
R=35.13%
G=50.54%
B=14.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98141400.3000.720.4585.5455.835.49
Hex628D281E0482D563823
Octal14221550360110551267043
Binary11000101000110110100011110010010001011011010110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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