Html Css Color HEX #475739 Cabbage Pont

📋 copy color: '#475739'

red 71 ◦ green 87 ◦ blue 57

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

Shades of Cabbage Pont #475739

Tints of Cabbage Pont #475739

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.47%

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

R = 33.02%
G = 40.47%
B = 26.51%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#475739 (or 0x475739) is known color: Cabbage Pont. HEX triplet: 47, 57 and 39. RGB value is (71,87,57). Sum of RGB (Red+Green+Blue) = 71+87+57=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #475739 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475739 is #B8A8C6. Grayscale: #4E4E4E. Windows color (decimal): -12101831 or 3757895. OLE color: 3757895.

HSL color Cylindrical-coordinate representation of color #475739: hue angle of 92º degrees, saturation: 0.21, 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 #475739 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 87 57 -
CMYK 0.18 0 0.34 0.66
HSL 92º 0.21% 0.28% -
HSV(B) 92º 0.34% 0.34% -
XYZ 6.75 8.45 5.15 -
YUV 78.8 115.7 122.44 -
System Red Green Blue C M Y K H S L
Decimal 71 87 57 0.18 0 0.34 0.66 92 0.21 0.28
Hex 47 57 39 12 0 22 42 5C 15 1C
Octal 107 127 71 22 0 42 102 134 25 34
Binary 1000111 1010111 111001 10010 0 100010 1000010 1011100 10101 11100

Color Harmonies of #475739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475739

Black with #475739

Text Example


Text Example

White with #475739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475739; }

 p { color: rgb(71,87,57); }

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

background-color css

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

 a { background-color: rgb(71,87,57); }

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

border-color css

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

 span { border-color: rgb(71,87,57); }

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