#454931

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

Shades of Waiouru #454931

Tints of Waiouru #454931

Color information

#454931 (or 0x454931) is unknown color: approx Waiouru. HEX triplet: 45, 49 and 31. RGB value is (69,73,49). Sum of RGB (Red+Green+Blue) = 69+73+49=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 73 - color contains mainly: green. Hex color #454931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454931 is #BAB6CE. Grayscale: #454545. Windows color (decimal): -12236495 or 3230021. OLE color: 3230021.

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

Color convert

RGB697349-
CMYK0.0500.330.71
HSL70º19.67%23.92%-
HSV(B)70º32.88%28.63%-
XYZ5.396.253.83-
YUV69.07116.67127.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 49 (19.53% from 255) = 25.65%
R=36.13%
G=38.22%
B=25.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973490.0500.330.717019.6723.92
Hex454931502147461418
Octal1051116150411071062430
Binary100010110010011100011010100001100011110001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454931; }

 p { color: rgb(69,73,49); }

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

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

 a { background-color: rgb(69,73,49); }

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

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

 span { border-color: rgb(69,73,49); }

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