#474826

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

Shades of Waiouru #474826

Tints of Waiouru #474826

Color information

#474826 (or 0x474826) is unknown color: approx Waiouru. HEX triplet: 47, 48 and 26. RGB value is (71,72,38). Sum of RGB (Red+Green+Blue) = 71+72+38=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 72 - color contains mainly: green. Hex color #474826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474826 is #B8B7D9. Grayscale: #434343. Windows color (decimal): -12105690 or 2508871. OLE color: 2508871.

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

Color convert

RGB717238-
CMYK0.0100.470.72
HSL61.76º30.91%21.57%-
HSV(B)61.76º47.22%28.24%-
XYZ5.276.112.74-
YUV67.82111.17130.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 38 (15.23% from 255) = 20.99%
R=39.23%
G=39.78%
B=20.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7172380.0100.470.7261.7630.9121.57
Hex474826102F483e1f16
Octal107110461057110763726
Binary100011110010001001101010111110010001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474826; }

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

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

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

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

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

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

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

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