#626137

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

Shades of Verdigris #626137

Tints of Verdigris #626137

Color information

#626137 (or 0x626137) is unknown color: approx Verdigris. HEX triplet: 62, 61 and 37. RGB value is (98,97,55). Sum of RGB (Red+Green+Blue) = 98+97+55=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #626137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626137 is #9D9EC8. Grayscale: #5C5C5C. Windows color (decimal): -10329801 or 3629410. OLE color: 3629410.

HSL color Cylindrical-coordinate representation of color #626137: hue angle of 58.6º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #626137 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB989755-
CMYK00.010.440.62
HSL58.6º28.1%30%-
HSV(B)58.6º43.88%38.43%-
XYZ1011.425.29-
YUV92.51106.83131.92-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.2%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 55 (21.88% from 255) = 22%
R=39.2%
G=38.8%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98975500.010.440.6258.628.130
Hex626137012C3E3b1c1e
Octal14214167015476733436
Binary11000101100001110111011011001111101110111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626137; }

 p { color: rgb(98,97,55); }

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

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

 a { background-color: rgb(98,97,55); }

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

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

 span { border-color: rgb(98,97,55); }

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