Html Css Color HEX #46553C Cabbage Pont

📋 copy color: '#46553C'

red 70 ◦ green 85 ◦ blue 60

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

Shades of Cabbage Pont #46553C

Tints of Cabbage Pont #46553C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 32.56%
G = 39.53%
B = 27.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#46553C (or 0x46553C) is known color: Cabbage Pont. HEX triplet: 46, 55 and 3C. RGB value is (70,85,60). Sum of RGB (Red+Green+Blue) = 70+85+60=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #46553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46553C is #B9AAC3. Grayscale: #4D4D4D. Windows color (decimal): -12167876 or 3953990. OLE color: 3953990.

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

Color convert

RGB 70 85 60 -
CMYK 0.18 0 0.29 0.67
HSL 96º 0.17% 0.28% -
HSV(B) 96º 0.29% 0.33% -
XYZ 6.59 8.13 5.5 -
YUV 77.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 70 85 60 0.18 0 0.29 0.67 96 0.17 0.28
Hex 46 55 3C 12 0 1D 43 60 11 1C
Octal 106 125 74 22 0 35 103 140 21 34
Binary 1000110 1010101 111100 10010 0 11101 1000011 1100000 10001 11100

Color Harmonies of #46553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46553C

Black with #46553C

Text Example


Text Example

White with #46553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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