#474830

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

Shades of Waiouru #474830

Tints of Waiouru #474830

Color information

#474830 (or 0x474830) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 30. RGB value is (71,72,48). Sum of RGB (Red+Green+Blue) = 71+72+48=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #474830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474830 is #B8B7CF. Grayscale: #454545. Windows color (decimal): -12105680 or 3164231. OLE color: 3164231.

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

Color convert

RGB717248-
CMYK0.0100.330.72
HSL62.5º20%23.53%-
HSV(B)62.5º33.33%28.24%-
XYZ5.456.193.7-
YUV68.96116.17129.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.17%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=37.17%
G=37.70%
B=25.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172480.0100.330.7262.52023.53
Hex4748301021483e1418
Octal107110601041110762430
Binary100011110010001100001010000110010001111101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474830; }

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

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

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

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

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

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

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

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