#626034

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

Shades of Verdigris #626034

Tints of Verdigris #626034

Color information

#626034 (or 0x626034) is unknown color: approx Verdigris. HEX triplet: 62, 60 and 34. RGB value is (98,96,52). Sum of RGB (Red+Green+Blue) = 98+96+52=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #626034 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626034 is #9D9FCB. Grayscale: #5B5B5B. Windows color (decimal): -10330060 or 3432546. OLE color: 3432546.

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

Color convert

RGB989652-
CMYK00.020.470.62
HSL57.39º30.67%29.41%-
HSV(B)57.39º46.94%38.43%-
XYZ9.8411.214.89-
YUV91.58105.66132.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 52 (20.70% from 255) = 21.14%
R=39.84%
G=39.02%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98965200.020.470.6257.3930.6729.41
Hex626034022F3E391f1d
Octal14214064025776713735
Binary110001011000001101000101011111111101110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626034; }

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

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

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

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

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

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

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

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