#474831

Color #474831 Waiouru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waiouru #474831

Tints of Waiouru #474831

Color information

#474831 (or 0x474831) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 31. RGB value is (71,72,49). Sum of RGB (Red+Green+Blue) = 71+72+49=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 72 - color contains mainly: green. Hex color #474831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474831 is #B8B7CE. Grayscale: #454545. Windows color (decimal): -12105679 or 3229767. OLE color: 3229767.

HSL color Cylindrical-coordinate representation of color #474831: hue angle of 62.61º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474831 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB717249-
CMYK0.0100.320.72
HSL62.61º19.01%23.73%-
HSV(B)62.61º31.94%28.24%-
XYZ5.476.23.81-
YUV69.08116.67129.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 72 (28.52% from 255) = 37.5%
BLUE value IS 49 (19.53% from 255) = 25.52%
R=36.98%
G=37.5%
B=25.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172490.0100.320.7262.6119.0123.73
Hex4748311020483f1318
Octal107110611040110772330
Binary100011110010001100011010000010010001111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474831; }

 p { color: rgb(71,72,49); }

 H1.HeaderClassName
 {
   color: #474831;
 }
 .AnyTagClassName
 {
   color: #474831;
 }
</style>
background-color css

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

 a { background-color: rgb(71,72,49); }

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

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

 span { border-color: rgb(71,72,49); }

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