#445338

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

Shades of Cabbage Pont #445338

Tints of Cabbage Pont #445338

Color information

#445338 (or 0x445338) is unknown color: approx Cabbage Pont. HEX triplet: 44, 53 and 38. RGB value is (68,83,56). Sum of RGB (Red+Green+Blue) = 68+83+56=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #445338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445338 is #BBACC7. Grayscale: #4B4B4B. Windows color (decimal): -12299464 or 3691332. OLE color: 3691332.

HSL color Cylindrical-coordinate representation of color #445338: hue angle of 93.33º degrees, saturation: 0.19, 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 #445338 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB688356-
CMYK0.1800.330.67
HSL93.33º19.42%27.25%-
HSV(B)93.33º32.53%32.55%-
XYZ6.197.74.9-
YUV75.44117.03122.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=32.85%
G=40.10%
B=27.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883560.1800.330.6793.3319.4227.25
Hex44533812021435d131b
Octal10412370220411031352333
Binary10001001010011111000100100100001100001110111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445338; }

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

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

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

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

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

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

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

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