#445337

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

Shades of Cabbage Pont #445337

Tints of Cabbage Pont #445337

Color information

#445337 (or 0x445337) is unknown color: approx Cabbage Pont. HEX triplet: 44, 53 and 37. RGB value is (68,83,55). Sum of RGB (Red+Green+Blue) = 68+83+55=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #445337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445337 is #BBACC8. Grayscale: #4B4B4B. Windows color (decimal): -12299465 or 3625796. OLE color: 3625796.

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

Color convert

RGB688355-
CMYK0.1800.340.67
HSL92.14º20.29%27.06%-
HSV(B)92.14º33.73%32.55%-
XYZ6.177.694.77-
YUV75.32116.53122.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 55 (21.88% from 255) = 26.70%
R=33.01%
G=40.29%
B=26.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883550.1800.340.6792.1420.2927.06
Hex44533712022435c141b
Octal10412367220421031342433
Binary10001001010011110111100100100010100001110111001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445337; }

 p { color: rgb(68,83,55); }

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

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

 a { background-color: rgb(68,83,55); }

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

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

 span { border-color: rgb(68,83,55); }

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