#465341

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

Shades of Cabbage Pont #465341

Tints of Cabbage Pont #465341

Color information

#465341 (or 0x465341) is unknown color: approx Cabbage Pont. HEX triplet: 46, 53 and 41. RGB value is (70,83,65). Sum of RGB (Red+Green+Blue) = 70+83+65=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #465341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465341 is #B9ACBE. Grayscale: #4D4D4D. Windows color (decimal): -12168383 or 4281158. OLE color: 4281158.

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

Color convert

RGB708365-
CMYK0.1600.220.67
HSL103.33º12.16%29.02%-
HSV(B)103.33º21.69%32.55%-
XYZ6.577.876.17-
YUV77.06121.19122.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 83 (32.81% from 255) = 38.07%
BLUE value IS 65 (25.78% from 255) = 29.82%
R=32.11%
G=38.07%
B=29.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083650.1600.220.67103.3312.1629.02
Hex465341100164367c1d
Octal106123101200261031471435
Binary1000110101001110000011000001011010000111100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465341; }

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

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

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

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

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

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

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

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