#474836

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

Shades of Waiouru #474836

Tints of Waiouru #474836

Color information

#474836 (or 0x474836) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 36. RGB value is (71,72,54). Sum of RGB (Red+Green+Blue) = 71+72+54=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 72 - color contains mainly: green. Hex color #474836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474836 is #B8B7C9. Grayscale: #454545. Windows color (decimal): -12105674 or 3557447. OLE color: 3557447.

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

Color convert

RGB717254-
CMYK0.0100.250.72
HSL63.33º14.29%24.71%-
HSV(B)63.33º25%28.24%-
XYZ5.586.244.4-
YUV69.65119.17128.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=36.04%
G=36.55%
B=27.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172540.0100.250.7263.3314.2924.71
Hex4748361019483fe19
Octal107110661031110771631
Binary1000111100100011011010110011001000111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474836; }

 p { color: rgb(71,72,54); }

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

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

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

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

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

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

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