#628c38

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

Shades of Vida Loca #628C38

Tints of Vida Loca #628C38

Color information

#628C38 (or 0x628C38) is unknown color: approx Vida Loca. HEX triplet: 62, 8C and 38. RGB value is (98,140,56). Sum of RGB (Red+Green+Blue) = 98+140+56=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #628C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628C38 is #9D73C7. Grayscale: #767676. Windows color (decimal): -10318792 or 3705954. OLE color: 3705954.

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

Color convert

RGB9814056-
CMYK0.300.60.45
HSL90º42.86%38.43%-
HSV(B)90º60%54.9%-
XYZ15.1321.647.12-
YUV117.8793.09113.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.33%
GREEN value IS 140 (55.08% from 255) = 47.62%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=33.33%
G=47.62%
B=19.05%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98140560.300.60.459042.8638.43
Hex628C381E03C2D5a2b26
Octal1422147036074551325346
Binary1100010100011001110001111001111001011011011010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628c38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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