#626338

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

Shades of Verdigris #626338

Tints of Verdigris #626338

Color information

#626338 (or 0x626338) is unknown color: approx Verdigris. HEX triplet: 62, 63 and 38. RGB value is (98,99,56). Sum of RGB (Red+Green+Blue) = 98+99+56=253 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.74% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #626338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626338 is #9D9CC7. Grayscale: #5D5D5D. Windows color (decimal): -10329288 or 3695458. OLE color: 3695458.

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

Color convert

RGB989956-
CMYK0.0100.430.61
HSL61.4º27.74%30.39%-
HSV(B)61.4º43.43%38.82%-
XYZ10.2111.815.48-
YUV93.8106.67131-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.74%
GREEN value IS 99 (39.06% from 255) = 39.13%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=38.74%
G=39.13%
B=22.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9899560.0100.430.6161.427.7430.39
Hex626338102B3D3d1c1e
Octal14214370105375753436
Binary11000101100011111000101010111111011111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626338; }

 p { color: rgb(98,99,56); }

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

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

 a { background-color: rgb(98,99,56); }

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

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

 span { border-color: rgb(98,99,56); }

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