#474931

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

Shades of Waiouru #474931

Tints of Waiouru #474931

Color information

#474931 (or 0x474931) is unknown color: approx Waiouru. HEX triplet: 47, 49 and 31. RGB value is (71,73,49). Sum of RGB (Red+Green+Blue) = 71+73+49=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #474931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474931 is #B8B6CE. Grayscale: #454545. Windows color (decimal): -12105423 or 3230023. OLE color: 3230023.

HSL color Cylindrical-coordinate representation of color #474931: hue angle of 65º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #474931 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB717349-
CMYK0.0300.330.71
HSL65º19.67%23.92%-
HSV(B)65º32.88%28.63%-
XYZ5.546.333.84-
YUV69.67116.34128.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 49 (19.53% from 255) = 25.39%
R=36.79%
G=37.82%
B=25.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173490.0300.330.716519.6723.92
Hex474931302147411418
Octal1071116130411071012430
Binary10001111001001110001110100001100011110000011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474931; }

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

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

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

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

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

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

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

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