#636442

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

Shades of Verdigris #636442

Tints of Verdigris #636442

Color information

#636442 (or 0x636442) is unknown color: approx Verdigris. HEX triplet: 63, 64 and 42. RGB value is (99,100,66). Sum of RGB (Red+Green+Blue) = 99+100+66=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #636442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636442 is #9C9BBD. Grayscale: #5F5F5F. Windows color (decimal): -10263486 or 4351075. OLE color: 4351075.

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

Color convert

RGB9910066-
CMYK0.0100.340.61
HSL61.76º20.48%32.55%-
HSV(B)61.76º34%39.22%-
XYZ10.6912.166.94-
YUV95.82111.17130.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=37.36%
G=37.74%
B=24.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99100660.0100.340.6161.7620.4832.55
Hex63644210223D3e1421
Octal143144102104275762441
Binary1100011110010010000101010001011110111111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636442; }

 p { color: rgb(99,100,66); }

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

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

 a { background-color: rgb(99,100,66); }

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

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

 span { border-color: rgb(99,100,66); }

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