#444630

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

Shades of Waiouru #444630

Tints of Waiouru #444630

Color information

#444630 (or 0x444630) is unknown color: approx Waiouru. HEX triplet: 44, 46 and 30. RGB value is (68,70,48). Sum of RGB (Red+Green+Blue) = 68+70+48=186 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.56% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 70 - color contains mainly: green. Hex color #444630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444630 is #BBB9CF. Grayscale: #424242. Windows color (decimal): -12302800 or 3163716. OLE color: 3163716.

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

Color convert

RGB687048-
CMYK0.0300.310.73
HSL65.45º18.64%23.14%-
HSV(B)65.45º31.43%27.45%-
XYZ5.115.823.65-
YUV66.89117.34128.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.56%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=36.56%
G=37.63%
B=25.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6870480.0300.310.7365.4518.6423.14
Hex444630301F49411317
Octal1041066030371111012327
Binary1000100100011011000011011111100100110000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444630; }

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

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

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

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

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

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

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

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