#465738

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

Shades of Cabbage Pont #465738

Tints of Cabbage Pont #465738

Color information

#465738 (or 0x465738) is unknown color: approx Cabbage Pont. HEX triplet: 46, 57 and 38. RGB value is (70,87,56). Sum of RGB (Red+Green+Blue) = 70+87+56=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #465738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465738 is #B9A8C7. Grayscale: #4E4E4E. Windows color (decimal): -12167368 or 3692358. OLE color: 3692358.

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

Color convert

RGB708756-
CMYK0.2000.360.66
HSL92.9º21.68%28.04%-
HSV(B)92.9º35.63%34.12%-
XYZ6.658.45.01-
YUV78.38115.37122.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 87 (34.38% from 255) = 40.85%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=32.86%
G=40.85%
B=26.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7087560.2000.360.6692.921.6828.04
Hex46573814024425d161c
Octal10612770240441021352634
Binary10001101010111111000101000100100100001010111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465738; }

 p { color: rgb(70,87,56); }

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

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

 a { background-color: rgb(70,87,56); }

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

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

 span { border-color: rgb(70,87,56); }

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