#44503F

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

Shades of Cabbage Pont #44503F

Tints of Cabbage Pont #44503F

Color information

#44503F (or 0x44503F) is unknown color: approx Cabbage Pont. HEX triplet: 44, 50 and 3F. RGB value is (68,80,63). Sum of RGB (Red+Green+Blue) = 68+80+63=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 80 - color contains mainly: green. Hex color #44503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44503F is #BBAFC0. Grayscale: #4A4A4A. Windows color (decimal): -12300225 or 4149316. OLE color: 4149316.

HSL color Cylindrical-coordinate representation of color #44503F: hue angle of 102.35º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #44503F is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB688063-
CMYK0.1500.210.69
HSL102.35º11.89%28.04%-
HSV(B)102.35º21.25%31.37%-
XYZ6.157.335.79-
YUV74.47121.52123.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 63 (25% from 255) = 29.86%
R=32.23%
G=37.91%
B=29.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880630.1500.210.69102.3511.8928.04
Hex44503FF0154566c1c
Octal10412077170251051461434
Binary10001001010000111111111101010110001011100110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44503F; }

 p { color: rgb(68,80,63); }

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

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

 a { background-color: rgb(68,80,63); }

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

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

 span { border-color: rgb(68,80,63); }

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