#465639

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

Shades of Cabbage Pont #465639

Tints of Cabbage Pont #465639

Color information

#465639 (or 0x465639) is unknown color: approx Cabbage Pont. HEX triplet: 46, 56 and 39. RGB value is (70,86,57). Sum of RGB (Red+Green+Blue) = 70+86+57=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #465639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465639 is #B9A9C6. Grayscale: #4E4E4E. Windows color (decimal): -12167623 or 3757638. OLE color: 3757638.

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

Color convert

RGB708657-
CMYK0.1900.340.66
HSL93.1º20.28%28.04%-
HSV(B)93.1º33.72%33.73%-
XYZ6.598.255.12-
YUV77.91116.2122.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 57 (22.66% from 255) = 26.76%
R=32.86%
G=40.38%
B=26.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086570.1900.340.6693.120.2828.04
Hex46563913022425d141c
Octal10612671230421021352434
Binary10001101010110111001100110100010100001010111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465639; }

 p { color: rgb(70,86,57); }

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

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

 a { background-color: rgb(70,86,57); }

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

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

 span { border-color: rgb(70,86,57); }

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