#474A32

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

Shades of Waiouru #474A32

Tints of Waiouru #474A32

Color information

#474A32 (or 0x474A32) is unknown color: approx Waiouru. HEX triplet: 47, 4A and 32. RGB value is (71,74,50). Sum of RGB (Red+Green+Blue) = 71+74+50=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 74 - color contains mainly: green. Hex color #474A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A32 is #B8B5CD. Grayscale: #464646. Windows color (decimal): -12105166 or 3295815. OLE color: 3295815.

HSL color Cylindrical-coordinate representation of color #474A32: hue angle of 67.5º 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 #474A32 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB717450-
CMYK0.0400.320.71
HSL67.5º19.35%24.31%-
HSV(B)67.5º32.43%29.02%-
XYZ5.626.473.97-
YUV70.37116.51128.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 50 (19.92% from 255) = 25.64%
R=36.41%
G=37.95%
B=25.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7174500.0400.320.7167.519.3524.31
Hex474A32402047441318
Octal1071126240401071042330
Binary100011110010101100101000100000100011110001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474A32; }

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

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

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

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

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

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

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

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