Html Css Color HEX #465341 Cabbage Pont

📋 copy color: '#465341'

red 70 ◦ green 83 ◦ blue 65

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

Shades of Cabbage Pont #465341

Tints of Cabbage Pont #465341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.82%

R = 32.11%
G = 38.07%
B = 29.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#465341 (or 0x465341) is known color: Cabbage Pont. HEX triplet: 46, 53 and 41. RGB value is (70,83,65). Sum of RGB (Red+Green+Blue) = 70+83+65=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 83 - color contains mainly: green. Hex color #465341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465341 is #B9ACBE. Grayscale: #4D4D4D. Windows color (decimal): -12168383 or 4281158. OLE color: 4281158.

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

Color convert

RGB 70 83 65 -
CMYK 0.16 0 0.22 0.67
HSL 103.33º 0.12% 0.29% -
HSV(B) 103.33º 0.22% 0.33% -
XYZ 6.57 7.87 6.17 -
YUV 77.06 121.19 122.96 -
System Red Green Blue C M Y K H S L
Decimal 70 83 65 0.16 0 0.22 0.67 103.33 0.12 0.29
Hex 46 53 41 10 0 16 43 67 C 1D
Octal 106 123 101 20 0 26 103 147 14 35
Binary 1000110 1010011 1000001 10000 0 10110 1000011 1100111 1100 11101

Color Harmonies of #465341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465341

Black with #465341

Text Example


Text Example

White with #465341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465341; }

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

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

background-color css

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

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

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

border-color css

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

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

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