#444631

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

Shades of Waiouru #444631

Tints of Waiouru #444631

Color information

#444631 (or 0x444631) is unknown color: approx Waiouru. HEX triplet: 44, 46 and 31. RGB value is (68,70,49). Sum of RGB (Red+Green+Blue) = 68+70+49=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 70 - color contains mainly: green. Hex color #444631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444631 is #BBB9CE. Grayscale: #434343. Windows color (decimal): -12302799 or 3229252. OLE color: 3229252.

HSL color Cylindrical-coordinate representation of color #444631: hue angle of 65.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #444631 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB687049-
CMYK0.0300.300.73
HSL65.71º17.65%23.33%-
HSV(B)65.71º30%27.45%-
XYZ5.135.833.76-
YUV67.01117.84128.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=36.36%
G=37.43%
B=26.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6870490.0300.300.7365.7117.6523.33
Hex444631301E49421217
Octal1041066130361111022227
Binary1000100100011011000111011110100100110000101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444631; }

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

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

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

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

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

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

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

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