#465540

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

Shades of Cabbage Pont #465540

Tints of Cabbage Pont #465540

Color information

#465540 (or 0x465540) is unknown color: approx Cabbage Pont. HEX triplet: 46, 55 and 40. RGB value is (70,85,64). Sum of RGB (Red+Green+Blue) = 70+85+64=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #465540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465540 is #B9AABF. Grayscale: #4E4E4E. Windows color (decimal): -12167872 or 4216134. OLE color: 4216134.

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

Color convert

RGB708564-
CMYK0.1800.250.67
HSL102.86º14.09%29.22%-
HSV(B)102.86º24.71%33.33%-
XYZ6.78.176.07-
YUV78.12120.03122.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=31.96%
G=38.81%
B=29.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085640.1800.250.67102.8614.0929.22
Hex465540120194367e1d
Octal106125100220311031471635
Binary1000110101010110000001001001100110000111100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465540; }

 p { color: rgb(70,85,64); }

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

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

 a { background-color: rgb(70,85,64); }

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

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

 span { border-color: rgb(70,85,64); }

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