#474726

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

Shades of Waiouru #474726

Tints of Waiouru #474726

Color information

#474726 (or 0x474726) is unknown color: approx Waiouru. HEX triplet: 47, 47 and 26. RGB value is (71,71,38). Sum of RGB (Red+Green+Blue) = 71+71+38=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474726 is #B8B8D9. Grayscale: #434343. Windows color (decimal): -12105946 or 2508615. OLE color: 2508615.

HSL color Cylindrical-coordinate representation of color #474726: hue angle of 60º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #474726 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB717138-
CMYK000.460.72
HSL60º30.28%21.37%-
HSV(B)60º46.48%27.84%-
XYZ5.25.992.71-
YUV67.24111.5130.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 38 (15.23% from 255) = 21.11%
R=39.44%
G=39.44%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717138000.460.726030.2821.37
Hex474726002E483c1e15
Octal107107460056110743625
Binary100011110001111001100010111010010001111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474726; }

 p { color: rgb(71,71,38); }

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

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

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

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

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

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

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