#44503B

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

Shades of Cabbage Pont #44503B

Tints of Cabbage Pont #44503B

Color information

#44503B (or 0x44503B) is unknown color: approx Cabbage Pont. HEX triplet: 44, 50 and 3B. RGB value is (68,80,59). Sum of RGB (Red+Green+Blue) = 68+80+59=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #44503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44503B is #BBAFC4. Grayscale: #4A4A4A. Windows color (decimal): -12300229 or 3887172. OLE color: 3887172.

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

Color convert

RGB688059-
CMYK0.1500.260.69
HSL94.29º15.11%27.25%-
HSV(B)94.29º26.25%31.37%-
XYZ6.047.285.22-
YUV74.02119.52123.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 59 (23.44% from 255) = 28.50%
R=32.85%
G=38.65%
B=28.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880590.1500.260.6994.2915.1127.25
Hex44503BF01A455ef1b
Octal10412073170321051361733
Binary10001001010000111011111101101010001011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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