#454731

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

Shades of Waiouru #454731

Tints of Waiouru #454731

Color information

#454731 (or 0x454731) is unknown color: approx Waiouru. HEX triplet: 45, 47 and 31. RGB value is (69,71,49). Sum of RGB (Red+Green+Blue) = 69+71+49=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #454731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454731 is #BAB8CE. Grayscale: #434343. Windows color (decimal): -12237007 or 3229509. OLE color: 3229509.

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

Color convert

RGB697149-
CMYK0.0300.310.72
HSL65.45º18.33%23.53%-
HSV(B)65.45º30.99%27.84%-
XYZ5.265.993.79-
YUV67.89117.34128.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 49 (19.53% from 255) = 25.93%
R=36.51%
G=37.57%
B=25.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6971490.0300.310.7265.4518.3323.53
Hex454731301F48411218
Octal1051076130371101012230
Binary1000101100011111000111011111100100010000011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454731; }

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

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

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

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

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

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

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

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