#474928

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

Shades of Waiouru #474928

Tints of Waiouru #474928

Color information

#474928 (or 0x474928) is unknown color: approx Waiouru. HEX triplet: 47, 49 and 28. RGB value is (71,73,40). Sum of RGB (Red+Green+Blue) = 71+73+40=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 73 - color contains mainly: green. Hex color #474928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474928 is #B8B6D7. Grayscale: #444444. Windows color (decimal): -12105432 or 2640199. OLE color: 2640199.

HSL color Cylindrical-coordinate representation of color #474928: hue angle of 63.64º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #474928 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB717340-
CMYK0.0300.450.71
HSL63.64º29.2%22.16%-
HSV(B)63.64º45.21%28.63%-
XYZ5.366.262.93-
YUV68.64111.84129.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=38.59%
G=39.67%
B=21.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173400.0300.450.7163.6429.222.16
Hex474928302D47401d16
Octal1071115030551071003526
Binary10001111001001101000110101101100011110000001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474928; }

 p { color: rgb(71,73,40); }

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

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

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

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

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

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

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