#474832

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

Shades of Waiouru #474832

Tints of Waiouru #474832

Color information

#474832 (or 0x474832) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 32. RGB value is (71,72,50). Sum of RGB (Red+Green+Blue) = 71+72+50=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #474832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474832 is #B8B7CD. Grayscale: #454545. Windows color (decimal): -12105678 or 3295303. OLE color: 3295303.

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

Color convert

RGB717250-
CMYK0.0100.310.72
HSL62.73º18.03%23.92%-
HSV(B)62.73º30.56%28.24%-
XYZ5.496.23.93-
YUV69.19117.17129.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.79%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=36.79%
G=37.31%
B=25.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172500.0100.310.7262.7318.0323.92
Hex474832101F483f1218
Octal107110621037110772230
Binary10001111001000110010101111110010001111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474832; }

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

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

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

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

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

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

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

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