Html Css Color HEX #465141 Cabbage Pont

📋 copy color: '#465141'

red 70 ◦ green 81 ◦ blue 65

#465141
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #465141

Tints of Cabbage Pont #465141

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 value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#465141 (or 0x465141) is known color: 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

RGB 70 81 65 -
CMYK 0.14 0 0.20 0.68
HSL 101.25º 0.11% 0.29% -
HSV(B) 101.25º 0.2% 0.32% -
XYZ 6.42 7.57 6.12 -
YUV 75.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 70 81 65 0.14 0 0.20 0.68 101.25 0.11 0.29
Hex 46 51 41 E 0 14 44 65 B 1D
Octal 106 121 101 16 0 24 104 145 13 35
Binary 1000110 1010001 1000001 1110 0 10100 1000100 1100101 1011 11101

Color Harmonies of #465141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465141

Black with #465141

Text Example


Text Example

White with #465141

Text Example


Text Example

HTML Codes & Css Web 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>