Html Css Color HEX #475341 Cabbage Pont

📋 copy color: '#475341'

red 71 ◦ green 83 ◦ blue 65

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

Shades of Cabbage Pont #475341

Tints of Cabbage Pont #475341

RGB

 RED value IS 71 (28.13% from 255) = 32.42%

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

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

R = 32.42%
G = 37.9%
B = 29.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#475341 (or 0x475341) is known color: Cabbage Pont. HEX triplet: 47, 53 and 41. RGB value is (71,83,65). Sum of RGB (Red+Green+Blue) = 71+83+65=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #475341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475341 is #B8ACBE. Grayscale: #4D4D4D. Windows color (decimal): -12102847 or 4281159. OLE color: 4281159.

HSL color Cylindrical-coordinate representation of color #475341: hue angle of 100º 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 #475341 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 65 -
CMYK 0.14 0 0.22 0.67
HSL 100º 0.12% 0.29% -
HSV(B) 100º 0.22% 0.33% -
XYZ 6.65 7.91 6.18 -
YUV 77.36 121.02 123.46 -
System Red Green Blue C M Y K H S L
Decimal 71 83 65 0.14 0 0.22 0.67 100 0.12 0.29
Hex 47 53 41 E 0 16 43 64 C 1D
Octal 107 123 101 16 0 26 103 144 14 35
Binary 1000111 1010011 1000001 1110 0 10110 1000011 1100100 1100 11101

Color Harmonies of #475341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475341

Black with #475341

Text Example


Text Example

White with #475341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475341; }

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

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

background-color css

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

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

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

border-color css

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

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

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