#474932

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

Shades of Waiouru #474932

Tints of Waiouru #474932

Color information

#474932 (or 0x474932) is unknown color: approx Waiouru. HEX triplet: 47, 49 and 32. RGB value is (71,73,50). Sum of RGB (Red+Green+Blue) = 71+73+50=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #474932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474932 is #B8B6CD. Grayscale: #454545. Windows color (decimal): -12105422 or 3295559. OLE color: 3295559.

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

Color convert

RGB717350-
CMYK0.0300.320.71
HSL65.22º18.7%24.12%-
HSV(B)65.22º31.51%28.63%-
XYZ5.566.333.95-
YUV69.78116.84128.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.60%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 50 (19.92% from 255) = 25.77%
R=36.60%
G=37.63%
B=25.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173500.0300.320.7165.2218.724.12
Hex474932302047411318
Octal1071116230401071012330
Binary10001111001001110010110100000100011110000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474932; }

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

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

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

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

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

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

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

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