#445538

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

Shades of Cabbage Pont #445538

Tints of Cabbage Pont #445538

Color information

#445538 (or 0x445538) is unknown color: approx Cabbage Pont. HEX triplet: 44, 55 and 38. RGB value is (68,85,56). Sum of RGB (Red+Green+Blue) = 68+85+56=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #445538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445538 is #BBAAC7. Grayscale: #4C4C4C. Windows color (decimal): -12298952 or 3691844. OLE color: 3691844.

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

Color convert

RGB688556-
CMYK0.2000.340.67
HSL95.17º20.57%27.65%-
HSV(B)95.17º34.12%33.33%-
XYZ6.358.014.95-
YUV76.61116.37121.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.54%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 56 (22.27% from 255) = 26.79%
R=32.54%
G=40.67%
B=26.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885560.2000.340.6795.1720.5727.65
Hex44553814022435f151c
Octal10412570240421031372534
Binary10001001010101111000101000100010100001110111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445538; }

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

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

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

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

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

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

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

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