#626048

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

Shades of Verdigris #626048

Tints of Verdigris #626048

Color information

#626048 (or 0x626048) is unknown color: approx Verdigris. HEX triplet: 62, 60 and 48. RGB value is (98,96,72). Sum of RGB (Red+Green+Blue) = 98+96+72=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #626048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626048 is #9D9FB7. Grayscale: #5D5D5D. Windows color (decimal): -10330040 or 4743266. OLE color: 4743266.

HSL color Cylindrical-coordinate representation of color #626048: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #626048 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB989672-
CMYK00.020.270.62
HSL55.38º15.29%33.33%-
HSV(B)55.38º26.53%38.43%-
XYZ10.3911.437.79-
YUV93.86115.66130.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.84%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=36.84%
G=36.09%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98967200.020.270.6255.3815.2933.33
Hex626048021B3E37f21
Octal142140110023376671741
Binary110001011000001001000010110111111101101111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626048; }

 p { color: rgb(98,96,72); }

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

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

 a { background-color: rgb(98,96,72); }

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

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

 span { border-color: rgb(98,96,72); }

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