#628C28

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

Shades of Vida Loca #628C28

Tints of Vida Loca #628C28

Color information

#628C28 (or 0x628C28) is unknown color: approx Vida Loca. HEX triplet: 62, 8C and 28. RGB value is (98,140,40). Sum of RGB (Red+Green+Blue) = 98+140+40=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 140 (55.08% from 255 or 50.36% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 140 - color contains mainly: green. Hex color #628C28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628C28 is #9D73D7. Grayscale: #747474. Windows color (decimal): -10318808 or 2657378. OLE color: 2657378.

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

Color convert

RGB9814040-
CMYK0.300.710.45
HSL85.2º55.56%35.29%-
HSV(B)85.2º71.43%54.9%-
XYZ14.821.515.38-
YUV116.0485.09115.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 140 (55.08% from 255) = 50.36%
BLUE value IS 40 (16.02% from 255) = 14.39%
R=35.25%
G=50.36%
B=14.39%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98140400.300.710.4585.255.5635.29
Hex628C281E0472D553823
Octal14221450360107551257043
Binary11000101000110010100011110010001111011011010101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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