#636148

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

Shades of Verdigris #636148

Tints of Verdigris #636148

Color information

#636148 (or 0x636148) is unknown color: approx Verdigris. HEX triplet: 63, 61 and 48. RGB value is (99,97,72). Sum of RGB (Red+Green+Blue) = 99+97+72=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #636148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636148 is #9C9EB7. Grayscale: #5E5E5E. Windows color (decimal): -10264248 or 4743523. OLE color: 4743523.

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

Color convert

RGB999772-
CMYK00.020.270.61
HSL55.56º15.79%33.53%-
HSV(B)55.56º27.27%38.82%-
XYZ10.5911.677.83-
YUV94.75115.16131.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 97 (38.28% from 255) = 36.19%
BLUE value IS 72 (28.52% from 255) = 26.87%
R=36.94%
G=36.19%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99977200.020.270.6155.5615.7933.53
Hex636148021B3D381022
Octal143141110023375702042
Binary1100011110000110010000101101111110111100010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636148; }

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

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

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

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

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

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

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

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