#474827

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

Shades of Waiouru #474827

Tints of Waiouru #474827

Color information

#474827 (or 0x474827) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 27. RGB value is (71,72,39). Sum of RGB (Red+Green+Blue) = 71+72+39=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 39 (15.62% from 255 or 21.43% from 182); Max value from RGB is 72 - color contains mainly: green. Hex color #474827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474827 is #B8B7D8. Grayscale: #444444. Windows color (decimal): -12105689 or 2574407. OLE color: 2574407.

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

Color convert

RGB717239-
CMYK0.0100.460.72
HSL61.82º29.73%21.76%-
HSV(B)61.82º45.83%28.24%-
XYZ5.286.122.82-
YUV67.94111.67130.18-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 39 (15.62% from 255) = 21.43%
R=39.01%
G=39.56%
B=21.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172390.0100.460.7261.8229.7321.76
Hex474827102E483e1e16
Octal107110471056110763626
Binary100011110010001001111010111010010001111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474827; }

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

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

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

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

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

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

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

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