Html Css Color HEX #465140 Cabbage Pont

📋 copy color: '#465140'

red 70 ◦ green 81 ◦ blue 64

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

Shades of Cabbage Pont #465140

Tints of Cabbage Pont #465140

RGB

 RED value IS 70 (27.73% from 255) = 32.56%

 GREEN value IS 81 (32.03% from 255) = 37.67%

 BLUE value IS 64 (25.39% from 255) = 29.77%

R = 32.56%
G = 37.67%
B = 29.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#465140 (or 0x465140) is known color: Cabbage Pont. HEX triplet: 46, 51 and 40. RGB value is (70,81,64). Sum of RGB (Red+Green+Blue) = 70+81+64=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #465140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465140 is #B9AEBF. Grayscale: #4B4B4B. Windows color (decimal): -12168896 or 4215110. OLE color: 4215110.

HSL color Cylindrical-coordinate representation of color #465140: hue angle of 98.82º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465140 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 64 -
CMYK 0.14 0 0.21 0.68
HSL 98.82º 0.12% 0.28% -
HSV(B) 98.82º 0.21% 0.32% -
XYZ 6.39 7.56 5.97 -
YUV 75.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 70 81 64 0.14 0 0.21 0.68 98.82 0.12 0.28
Hex 46 51 40 E 0 15 44 63 C 1C
Octal 106 121 100 16 0 25 104 143 14 34
Binary 1000110 1010001 1000000 1110 0 10101 1000100 1100011 1100 11100

Color Harmonies of #465140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465140

Black with #465140

Text Example


Text Example

White with #465140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465140; }

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

 H1.HeaderClassName
 {
   color: #465140;
 }
 .AnyTagClassName
 {
   color: #465140;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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