#44503E

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

Shades of Cabbage Pont #44503E

Tints of Cabbage Pont #44503E

Color information

#44503E (or 0x44503E) is unknown color: approx Cabbage Pont. HEX triplet: 44, 50 and 3E. RGB value is (68,80,62). Sum of RGB (Red+Green+Blue) = 68+80+62=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 80 - color contains mainly: green. Hex color #44503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44503E is #BBAFC1. Grayscale: #4A4A4A. Windows color (decimal): -12300226 or 4083780. OLE color: 4083780.

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

Color convert

RGB688062-
CMYK0.1500.220.69
HSL100º12.68%27.84%-
HSV(B)100º22.5%31.37%-
XYZ6.127.315.65-
YUV74.36121.02123.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 62 (24.61% from 255) = 29.52%
R=32.38%
G=38.10%
B=29.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880620.1500.220.6910012.6827.84
Hex44503EF0164564d1c
Octal10412076170261051441534
Binary10001001010000111110111101011010001011100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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