#626428

Color #626428 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #626428

Tints of Costa Del Sol #626428

Color information

#626428 (or 0x626428) is unknown color: approx Costa Del Sol. HEX triplet: 62, 64 and 28. RGB value is (98,100,40). Sum of RGB (Red+Green+Blue) = 98+100+40=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #626428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626428 is #9D9BD7. Grayscale: #5C5C5C. Windows color (decimal): -10329048 or 2647138. OLE color: 2647138.

HSL color Cylindrical-coordinate representation of color #626428: hue angle of 62º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #626428 is Cyan = 0.02, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB9810040-
CMYK0.0200.60.61
HSL62º42.86%27.45%-
HSV(B)62º60%39.22%-
XYZ9.9811.863.77-
YUV92.5698.34131.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.18%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 40 (16.02% from 255) = 16.81%
R=41.18%
G=42.02%
B=16.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal98100400.0200.60.616242.8627.45
Hex626428203C3D3e2b1b
Octal14214450207475765333
Binary1100010110010010100010011110011110111111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626428; }

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

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

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

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

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

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

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

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