#465939

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

Shades of Cabbage Pont #465939

Tints of Cabbage Pont #465939

Color information

#465939 (or 0x465939) is unknown color: approx Cabbage Pont. HEX triplet: 46, 59 and 39. RGB value is (70,89,57). Sum of RGB (Red+Green+Blue) = 70+89+57=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #465939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465939 is #B9A6C6. Grayscale: #4F4F4F. Windows color (decimal): -12166855 or 3758406. OLE color: 3758406.

HSL color Cylindrical-coordinate representation of color #465939: hue angle of 95.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #465939 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.

Color convert

RGB708957-
CMYK0.2100.360.65
HSL95.62º21.92%28.63%-
HSV(B)95.62º35.96%34.9%-
XYZ6.848.745.2-
YUV79.67115.21121.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 89 (35.16% from 255) = 41.20%
BLUE value IS 57 (22.66% from 255) = 26.39%
R=32.41%
G=41.20%
B=26.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089570.2100.360.6595.6221.9228.63
Hex465939150244160161d
Octal10613171250441011402635
Binary10001101011001111001101010100100100000111000001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465939; }

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

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

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

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

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

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

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

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