#445438

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

Shades of Cabbage Pont #445438

Tints of Cabbage Pont #445438

Color information

#445438 (or 0x445438) is unknown color: approx Cabbage Pont. HEX triplet: 44, 54 and 38. RGB value is (68,84,56). Sum of RGB (Red+Green+Blue) = 68+84+56=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #445438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445438 is #BBABC7. Grayscale: #4C4C4C. Windows color (decimal): -12299208 or 3691588. OLE color: 3691588.

HSL color Cylindrical-coordinate representation of color #445438: hue angle of 94.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445438 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB688456-
CMYK0.1900.330.67
HSL94.29º20%27.45%-
HSV(B)94.29º33.33%32.94%-
XYZ6.277.864.93-
YUV76.02116.7122.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 84 (33.20% from 255) = 40.38%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=32.69%
G=40.38%
B=26.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884560.1900.330.6794.292027.45
Hex44543813021435e141b
Octal10412470230411031362433
Binary10001001010100111000100110100001100001110111101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445438; }

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

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

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

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

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

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

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

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