#454729

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

Shades of Waiouru #454729

Tints of Waiouru #454729

Color information

#454729 (or 0x454729) is unknown color: approx Waiouru. HEX triplet: 45, 47 and 29. RGB value is (69,71,41). Sum of RGB (Red+Green+Blue) = 69+71+41=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 71 - color contains mainly: green. Hex color #454729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454729 is #BAB8D6. Grayscale: #434343. Windows color (decimal): -12237015 or 2705221. OLE color: 2705221.

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

Color convert

RGB697141-
CMYK0.0300.420.72
HSL64º26.79%21.96%-
HSV(B)64º42.25%27.84%-
XYZ5.115.932.97-
YUV66.98113.34129.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=38.12%
G=39.23%
B=22.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971410.0300.420.726426.7921.96
Hex454729302A48401b16
Octal1051075130521101003326
Binary10001011000111101001110101010100100010000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454729; }

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

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

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

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

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

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

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

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