#474A2A

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

Shades of Waiouru #474A2A

Tints of Waiouru #474A2A

Color information

#474A2A (or 0x474A2A) is unknown color: approx Waiouru. HEX triplet: 47, 4A and 2A. RGB value is (71,74,42). Sum of RGB (Red+Green+Blue) = 71+74+42=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 74 - color contains mainly: green. Hex color #474A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A2A is #B8B5D5. Grayscale: #454545. Windows color (decimal): -12105174 or 2771527. OLE color: 2771527.

HSL color Cylindrical-coordinate representation of color #474A2A: hue angle of 65.62º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #474A2A is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB717442-
CMYK0.0400.430.71
HSL65.62º27.59%22.75%-
HSV(B)65.62º43.24%29.02%-
XYZ5.476.43.14-
YUV69.46112.51129.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 42 (16.80% from 255) = 22.46%
R=37.97%
G=39.57%
B=22.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7174420.0400.430.7165.6227.5922.75
Hex474A2A402B47421c17
Octal1071125240531071023427
Binary100011110010101010101000101011100011110000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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