Html Css Color HEX #465639 Cabbage Pont

📋 copy color: '#465639'

red 70 ◦ green 86 ◦ blue 57

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

Shades of Cabbage Pont #465639

Tints of Cabbage Pont #465639

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.38%

 BLUE value IS 57 (22.66% from 255) = 26.76%

R = 32.86%
G = 40.38%
B = 26.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#465639 (or 0x465639) is known color: Cabbage Pont. HEX triplet: 46, 56 and 39. RGB value is (70,86,57). Sum of RGB (Red+Green+Blue) = 70+86+57=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 86 - color contains mainly: green. Hex color #465639 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465639 is #B9A9C6. Grayscale: #4E4E4E. Windows color (decimal): -12167623 or 3757638. OLE color: 3757638.

HSL color Cylindrical-coordinate representation of color #465639: hue angle of 93.1º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #465639 is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 86 57 -
CMYK 0.19 0 0.34 0.66
HSL 93.1º 0.2% 0.28% -
HSV(B) 93.1º 0.34% 0.34% -
XYZ 6.59 8.25 5.12 -
YUV 77.91 116.2 122.36 -
System Red Green Blue C M Y K H S L
Decimal 70 86 57 0.19 0 0.34 0.66 93.1 0.2 0.28
Hex 46 56 39 13 0 22 42 5D 14 1C
Octal 106 126 71 23 0 42 102 135 24 34
Binary 1000110 1010110 111001 10011 0 100010 1000010 1011101 10100 11100

Color Harmonies of #465639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465639

Black with #465639

Text Example


Text Example

White with #465639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465639; }

 p { color: rgb(70,86,57); }

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

background-color css

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

 a { background-color: rgb(70,86,57); }

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

border-color css

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

 span { border-color: rgb(70,86,57); }

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