Html Css Color HEX #46553E Cabbage Pont

📋 copy color: '#46553E'

red 70 ◦ green 85 ◦ blue 62

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

Shades of Cabbage Pont #46553E

Tints of Cabbage Pont #46553E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.17%

 BLUE value IS 62 (24.61% from 255) = 28.57%

R = 32.26%
G = 39.17%
B = 28.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#46553E (or 0x46553E) is known color: Cabbage Pont. HEX triplet: 46, 55 and 3E. RGB value is (70,85,62). Sum of RGB (Red+Green+Blue) = 70+85+62=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #46553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46553E is #B9AAC1. Grayscale: #4D4D4D. Windows color (decimal): -12167874 or 4085062. OLE color: 4085062.

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

Color convert

RGB 70 85 62 -
CMYK 0.18 0 0.27 0.67
HSL 99.13º 0.16% 0.29% -
HSV(B) 99.13º 0.27% 0.33% -
XYZ 6.64 8.15 5.78 -
YUV 77.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 70 85 62 0.18 0 0.27 0.67 99.13 0.16 0.29
Hex 46 55 3E 12 0 1B 43 63 10 1D
Octal 106 125 76 22 0 33 103 143 20 35
Binary 1000110 1010101 111110 10010 0 11011 1000011 1100011 10000 11101

Color Harmonies of #46553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46553E

Black with #46553E

Text Example


Text Example

White with #46553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46553E; }

 p { color: rgb(70,85,62); }

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

background-color css

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

 a { background-color: rgb(70,85,62); }

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

border-color css

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

 span { border-color: rgb(70,85,62); }

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