#445638

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

Shades of Cabbage Pont #445638

Tints of Cabbage Pont #445638

Color information

#445638 (or 0x445638) is unknown color: approx Cabbage Pont. HEX triplet: 44, 56 and 38. RGB value is (68,86,56). Sum of RGB (Red+Green+Blue) = 68+86+56=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 86 - color contains mainly: green. Hex color #445638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445638 is #BBA9C7. Grayscale: #4D4D4D. Windows color (decimal): -12298696 or 3692100. OLE color: 3692100.

HSL color Cylindrical-coordinate representation of color #445638: hue angle of 96º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445638 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB688656-
CMYK0.2100.350.66
HSL96º21.13%27.84%-
HSV(B)96º34.88%33.73%-
XYZ6.438.174.98-
YUV77.2116.04121.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=32.38%
G=40.95%
B=26.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6886560.2100.350.669621.1327.84
Hex445638150234260151c
Octal10412670250431021402534
Binary10001001010110111000101010100011100001011000001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445638; }

 p { color: rgb(68,86,56); }

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

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

 a { background-color: rgb(68,86,56); }

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

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

 span { border-color: rgb(68,86,56); }

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