#474825

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

Shades of Waiouru #474825

Tints of Waiouru #474825

Color information

#474825 (or 0x474825) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 25. RGB value is (71,72,37). Sum of RGB (Red+Green+Blue) = 71+72+37=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 37 (14.84% from 255 or 20.56% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #474825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474825 is #B8B7DA. Grayscale: #434343. Windows color (decimal): -12105691 or 2443335. OLE color: 2443335.

HSL color Cylindrical-coordinate representation of color #474825: hue angle of 61.71º degrees, saturation: 0.32, 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 #474825 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB717237-
CMYK0.0100.490.72
HSL61.71º32.11%21.37%-
HSV(B)61.71º48.61%28.24%-
XYZ5.256.112.65-
YUV67.71110.67130.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.44%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 20.56%
R=39.44%
G=40%
B=20.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172370.0100.490.7261.7132.1121.37
Hex4748251031483e2015
Octal107110451061110764025
Binary1000111100100010010110110001100100011111010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474825; }

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

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

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

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

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

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

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

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