#454831

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

Shades of Waiouru #454831

Tints of Waiouru #454831

Color information

#454831 (or 0x454831) is unknown color: approx Waiouru. HEX triplet: 45, 48 and 31. RGB value is (69,72,49). Sum of RGB (Red+Green+Blue) = 69+72+49=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 72 - color contains mainly: green. Hex color #454831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454831 is #BAB7CE. Grayscale: #444444. Windows color (decimal): -12236751 or 3229765. OLE color: 3229765.

HSL color Cylindrical-coordinate representation of color #454831: hue angle of 67.83º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #454831 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB697249-
CMYK0.0400.320.72
HSL67.83º19.01%23.73%-
HSV(B)67.83º31.94%28.24%-
XYZ5.336.123.81-
YUV68.48117.01128.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=36.32%
G=37.89%
B=25.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972490.0400.320.7267.8319.0123.73
Hex454831402048441318
Octal1051106140401101042330
Binary100010110010001100011000100000100100010001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454831; }

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

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

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

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

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

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

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

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