#445339

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

Shades of Cabbage Pont #445339

Tints of Cabbage Pont #445339

Color information

#445339 (or 0x445339) is unknown color: approx Cabbage Pont. HEX triplet: 44, 53 and 39. RGB value is (68,83,57). Sum of RGB (Red+Green+Blue) = 68+83+57=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #445339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445339 is #BBACC6. Grayscale: #4B4B4B. Windows color (decimal): -12299463 or 3756868. OLE color: 3756868.

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

Color convert

RGB688357-
CMYK0.1800.310.67
HSL94.62º18.57%27.45%-
HSV(B)94.62º31.33%32.55%-
XYZ6.227.715.03-
YUV75.55117.53122.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=32.69%
G=39.90%
B=27.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883570.1800.310.6794.6218.5727.45
Hex4453391201F435f131b
Octal10412371220371031372333
Binary1000100101001111100110010011111100001110111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445339; }

 p { color: rgb(68,83,57); }

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

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

 a { background-color: rgb(68,83,57); }

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

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

 span { border-color: rgb(68,83,57); }

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