#465141

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

Shades of Cabbage Pont #465141

Tints of Cabbage Pont #465141

Color information

#465141 (or 0x465141) is unknown color: approx Cabbage Pont. HEX triplet: 46, 51 and 41. RGB value is (70,81,65). Sum of RGB (Red+Green+Blue) = 70+81+65=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #465141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465141 is #B9AEBE. Grayscale: #4B4B4B. Windows color (decimal): -12168895 or 4280646. OLE color: 4280646.

HSL color Cylindrical-coordinate representation of color #465141: hue angle of 101.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #465141 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB708165-
CMYK0.1400.200.68
HSL101.25º10.96%28.63%-
HSV(B)101.25º19.75%31.76%-
XYZ6.427.576.12-
YUV75.89121.86123.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 65 (25.78% from 255) = 30.09%
R=32.41%
G=37.5%
B=30.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081650.1400.200.68101.2510.9628.63
Hex465141E0144465b1d
Octal106121101160241041451335
Binary100011010100011000001111001010010001001100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465141; }

 p { color: rgb(70,81,65); }

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

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

 a { background-color: rgb(70,81,65); }

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

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

 span { border-color: rgb(70,81,65); }

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