Html Css Color HEX #465340 Cabbage Pont

📋 copy color: '#465340'

red 70 ◦ green 83 ◦ blue 64

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

Shades of Cabbage Pont #465340

Tints of Cabbage Pont #465340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.25%

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

R = 32.26%
G = 38.25%
B = 29.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#465340 (or 0x465340) is known color: Cabbage Pont. HEX triplet: 46, 53 and 40. RGB value is (70,83,64). Sum of RGB (Red+Green+Blue) = 70+83+64=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #465340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465340 is #B9ACBF. Grayscale: #4D4D4D. Windows color (decimal): -12168384 or 4215622. OLE color: 4215622.

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

Color convert

RGB 70 83 64 -
CMYK 0.16 0 0.23 0.67
HSL 101.05º 0.13% 0.29% -
HSV(B) 101.05º 0.23% 0.33% -
XYZ 6.54 7.86 6.02 -
YUV 76.95 120.69 123.04 -
System Red Green Blue C M Y K H S L
Decimal 70 83 64 0.16 0 0.23 0.67 101.05 0.13 0.29
Hex 46 53 40 10 0 17 43 65 D 1D
Octal 106 123 100 20 0 27 103 145 15 35
Binary 1000110 1010011 1000000 10000 0 10111 1000011 1100101 1101 11101

Color Harmonies of #465340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465340

Black with #465340

Text Example


Text Example

White with #465340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465340; }

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

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

background-color css

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

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

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

border-color css

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

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

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