#44553C

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

Shades of Cabbage Pont #44553C

Tints of Cabbage Pont #44553C

Color information

#44553C (or 0x44553C) is unknown color: approx Cabbage Pont. HEX triplet: 44, 55 and 3C. RGB value is (68,85,60). Sum of RGB (Red+Green+Blue) = 68+85+60=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #44553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44553C is #BBAAC3. Grayscale: #4D4D4D. Windows color (decimal): -12298948 or 3953988. OLE color: 3953988.

HSL color Cylindrical-coordinate representation of color #44553C: hue angle of 100.8º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44553C is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB688560-
CMYK0.2000.290.67
HSL100.8º17.24%28.43%-
HSV(B)100.8º29.41%33.33%-
XYZ6.458.055.49-
YUV77.07118.37121.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=31.92%
G=39.91%
B=28.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885600.2000.290.67100.817.2428.43
Hex44553C1401D4365111c
Octal10412574240351031452134
Binary1000100101010111110010100011101100001111001011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44553C; }

 p { color: rgb(68,85,60); }

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

<style>
 a { background-color: #44553C; }

 a { background-color: rgb(68,85,60); }

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

<style>
 span { border-color: #44553C; }

 span { border-color: rgb(68,85,60); }

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