#474724

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

Shades of Waiouru #474724

Tints of Waiouru #474724

Color information

#474724 (or 0x474724) is unknown color: approx Waiouru. HEX triplet: 47, 47 and 24. RGB value is (71,71,36). Sum of RGB (Red+Green+Blue) = 71+71+36=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474724 is #B8B8DB. Grayscale: #434343. Windows color (decimal): -12105948 or 2377543. OLE color: 2377543.

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

Color convert

RGB717136-
CMYK000.490.72
HSL60º32.71%20.98%-
HSV(B)60º49.3%27.84%-
XYZ5.175.972.55-
YUV67.01110.5130.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 71 (28.12% from 255) = 39.89%
BLUE value IS 36 (14.45% from 255) = 20.22%
R=39.89%
G=39.89%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal717136000.490.726032.7120.98
Hex4747240031483c2115
Octal107107440061110744125
Binary1000111100011110010000110001100100011110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474724; }

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

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

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

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

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

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

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

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