#45472A

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

Shades of Waiouru #45472A

Tints of Waiouru #45472A

Color information

#45472A (or 0x45472A) is unknown color: approx Waiouru. HEX triplet: 45, 47 and 2A. RGB value is (69,71,42). Sum of RGB (Red+Green+Blue) = 69+71+42=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 71 - color contains mainly: green. Hex color #45472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45472A is #BAB8D5. Grayscale: #434343. Windows color (decimal): -12237014 or 2770757. OLE color: 2770757.

HSL color Cylindrical-coordinate representation of color #45472A: hue angle of 64.14º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45472A is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB697142-
CMYK0.0300.410.72
HSL64.14º25.66%22.16%-
HSV(B)64.14º40.85%27.84%-
XYZ5.135.943.07-
YUV67.1113.84129.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=37.91%
G=39.01%
B=23.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971420.0300.410.7264.1425.6622.16
Hex45472A302948401a16
Octal1051075230511101003226
Binary10001011000111101010110101001100100010000001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45472A; }

 p { color: rgb(69,71,42); }

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

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

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

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

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

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

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