Html Css Color HEX #475241 Cabbage Pont

📋 copy color: '#475241'

red 71 ◦ green 82 ◦ blue 65

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

Shades of Cabbage Pont #475241

Tints of Cabbage Pont #475241

RGB

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

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

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

R = 32.57%
G = 37.61%
B = 29.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#475241 (or 0x475241) is known color: Cabbage Pont. HEX triplet: 47, 52 and 41. RGB value is (71,82,65). Sum of RGB (Red+Green+Blue) = 71+82+65=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 82 - color contains mainly: green. Hex color #475241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475241 is #B8ADBE. Grayscale: #4C4C4C. Windows color (decimal): -12103103 or 4280903. OLE color: 4280903.

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

Color convert

RGB 71 82 65 -
CMYK 0.13 0 0.21 0.68
HSL 98.82º 0.12% 0.29% -
HSV(B) 98.82º 0.21% 0.32% -
XYZ 6.57 7.76 6.15 -
YUV 76.77 121.36 123.88 -
System Red Green Blue C M Y K H S L
Decimal 71 82 65 0.13 0 0.21 0.68 98.82 0.12 0.29
Hex 47 52 41 D 0 15 44 63 C 1D
Octal 107 122 101 15 0 25 104 143 14 35
Binary 1000111 1010010 1000001 1101 0 10101 1000100 1100011 1100 11101

Color Harmonies of #475241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475241

Black with #475241

Text Example


Text Example

White with #475241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475241; }

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

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

background-color css

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

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

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

border-color css

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

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

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