#626148

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

Shades of Verdigris #626148

Tints of Verdigris #626148

Color information

#626148 (or 0x626148) is unknown color: approx Verdigris. HEX triplet: 62, 61 and 48. RGB value is (98,97,72). Sum of RGB (Red+Green+Blue) = 98+97+72=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #626148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626148 is #9D9EB7. Grayscale: #5E5E5E. Windows color (decimal): -10329784 or 4743522. OLE color: 4743522.

HSL color Cylindrical-coordinate representation of color #626148: hue angle of 57.69º 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 #626148 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB989772-
CMYK00.010.270.62
HSL57.69º15.29%33.33%-
HSV(B)57.69º26.53%38.43%-
XYZ10.4811.617.82-
YUV94.45115.33130.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 72 (28.52% from 255) = 26.97%
R=36.70%
G=36.33%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98977200.010.270.6257.6915.2933.33
Hex626148011B3E3af21
Octal142141110013376721741
Binary11000101100001100100001110111111101110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626148; }

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

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

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

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

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

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

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

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