#44503A

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

Shades of Cabbage Pont #44503A

Tints of Cabbage Pont #44503A

Color information

#44503A (or 0x44503A) is unknown color: approx Cabbage Pont. HEX triplet: 44, 50 and 3A. RGB value is (68,80,58). Sum of RGB (Red+Green+Blue) = 68+80+58=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #44503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44503A is #BBAFC5. Grayscale: #494949. Windows color (decimal): -12300230 or 3821636. OLE color: 3821636.

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

Color convert

RGB688058-
CMYK0.1500.280.69
HSL92.73º15.94%27.06%-
HSV(B)92.73º27.5%31.37%-
XYZ6.027.275.09-
YUV73.9119.02123.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 58 (23.05% from 255) = 28.16%
R=33.01%
G=38.83%
B=28.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6880580.1500.280.6992.7315.9427.06
Hex44503AF01C455d101b
Octal10412072170341051352033
Binary100010010100001110101111011100100010110111011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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