#45563D

Color #45563D Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #45563D

Tints of Cabbage Pont #45563D

Color information

#45563D (or 0x45563D) is unknown color: approx Cabbage Pont. HEX triplet: 45, 56 and 3D. RGB value is (69,86,61). Sum of RGB (Red+Green+Blue) = 69+86+61=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #45563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45563D is #BAA9C2. Grayscale: #4E4E4E. Windows color (decimal): -12233155 or 4019781. OLE color: 4019781.

HSL color Cylindrical-coordinate representation of color #45563D: hue angle of 100.8º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #45563D is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB698661-
CMYK0.2000.290.66
HSL100.8º17.01%28.82%-
HSV(B)100.8º29.07%33.73%-
XYZ6.628.265.66-
YUV78.07118.37121.53-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 61 (24.22% from 255) = 28.24%
R=31.94%
G=39.81%
B=28.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986610.2000.290.66100.817.0128.82
Hex45563D1401D4265111d
Octal10512675240351021452135
Binary1000101101011011110110100011101100001011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45563D; }

 p { color: rgb(69,86,61); }

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

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

 a { background-color: rgb(69,86,61); }

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

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

 span { border-color: rgb(69,86,61); }

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