#444531

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

Shades of Waiouru #444531

Tints of Waiouru #444531

Color information

#444531 (or 0x444531) is unknown color: approx Waiouru. HEX triplet: 44, 45 and 31. RGB value is (68,69,49). Sum of RGB (Red+Green+Blue) = 68+69+49=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 69 - color contains mainly: green. Hex color #444531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444531 is #BBBACE. Grayscale: #424242. Windows color (decimal): -12303055 or 3228996. OLE color: 3228996.

HSL color Cylindrical-coordinate representation of color #444531: hue angle of 63º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #444531 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB686949-
CMYK0.0100.290.73
HSL63º16.95%23.14%-
HSV(B)63º28.99%27.06%-
XYZ5.075.713.74-
YUV66.42118.17129.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 69 (27.34% from 255) = 37.10%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=36.56%
G=37.10%
B=26.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869490.0100.290.736316.9523.14
Hex444531101D493f1117
Octal104105611035111772127
Binary10001001000101110001101110110010011111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444531; }

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

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

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

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

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

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

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

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