Html Css Color HEX #444631 Waiouru

📋 copy color: '#444631'

red 68 ◦ green 70 ◦ blue 49

#444631
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waiouru #444631

Tints of Waiouru #444631

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.2%

R = 36.36%
G = 37.43%
B = 26.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#444631 (or 0x444631) is known color: 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

RGB 68 70 49 -
CMYK 0.03 0 0.30 0.73
HSL 65.71º 0.18% 0.23% -
HSV(B) 65.71º 0.3% 0.27% -
XYZ 5.13 5.83 3.76 -
YUV 67.01 117.84 128.71 -
System Red Green Blue C M Y K H S L
Decimal 68 70 49 0.03 0 0.30 0.73 65.71 0.18 0.23
Hex 44 46 31 3 0 1E 49 42 12 17
Octal 104 106 61 3 0 36 111 102 22 27
Binary 1000100 1000110 110001 11 0 11110 1001001 1000010 10010 10111

Color Harmonies of #444631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444631

Black with #444631

Text Example


Text Example

White with #444631

Text Example


Text Example

HTML Codes & Css Web 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>