Html Css Color HEX #475240 Cabbage Pont

📋 copy color: '#475240'

red 71 ◦ green 82 ◦ blue 64

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

Shades of Cabbage Pont #475240

Tints of Cabbage Pont #475240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 32.72%
G = 37.79%
B = 29.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#475240 (or 0x475240) is known color: Cabbage Pont. HEX triplet: 47, 52 and 40. RGB value is (71,82,64). Sum of RGB (Red+Green+Blue) = 71+82+64=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #475240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475240 is #B8ADBF. Grayscale: #4C4C4C. Windows color (decimal): -12103104 or 4215367. OLE color: 4215367.

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

Color convert

RGB 71 82 64 -
CMYK 0.13 0 0.22 0.68
HSL 96.67º 0.12% 0.29% -
HSV(B) 96.67º 0.22% 0.32% -
XYZ 6.54 7.74 6 -
YUV 76.66 120.86 123.96 -
System Red Green Blue C M Y K H S L
Decimal 71 82 64 0.13 0 0.22 0.68 96.67 0.12 0.29
Hex 47 52 40 D 0 16 44 61 C 1D
Octal 107 122 100 15 0 26 104 141 14 35
Binary 1000111 1010010 1000000 1101 0 10110 1000100 1100001 1100 11101

Color Harmonies of #475240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475240

Black with #475240

Text Example


Text Example

White with #475240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475240; }

 p { color: rgb(71,82,64); }

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

background-color css

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

 a { background-color: rgb(71,82,64); }

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

border-color css

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

 span { border-color: rgb(71,82,64); }

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