#44523F

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

Shades of Cabbage Pont #44523F

Tints of Cabbage Pont #44523F

Color information

#44523F (or 0x44523F) is unknown color: approx Cabbage Pont. HEX triplet: 44, 52 and 3F. RGB value is (68,82,63). Sum of RGB (Red+Green+Blue) = 68+82+63=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #44523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44523F is #BBADC0. Grayscale: #4B4B4B. Windows color (decimal): -12299713 or 4149828. OLE color: 4149828.

HSL color Cylindrical-coordinate representation of color #44523F: hue angle of 104.21º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #44523F is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB688263-
CMYK0.1700.230.68
HSL104.21º13.1%28.43%-
HSV(B)104.21º23.17%32.16%-
XYZ6.37.625.84-
YUV75.65120.86122.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 63 (25% from 255) = 29.58%
R=31.92%
G=38.50%
B=29.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882630.1700.230.68104.2113.128.43
Hex44523F110174468d1c
Octal10412277210271041501534
Binary100010010100101111111000101011110001001101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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