#44493C

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

Shades of Tuatara #44493C

Tints of Tuatara #44493C

Color information

#44493C (or 0x44493C) is unknown color: approx Tuatara. HEX triplet: 44, 49 and 3C. RGB value is (68,73,60). Sum of RGB (Red+Green+Blue) = 68+73+60=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 73 - color contains mainly: green. Hex color #44493C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44493C is #BBB6C3. Grayscale: #464646. Windows color (decimal): -12302020 or 3950916. OLE color: 3950916.

HSL color Cylindrical-coordinate representation of color #44493C: hue angle of 83.08º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #44493C is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB687360-
CMYK0.0700.180.71
HSL83.08º9.77%26.08%-
HSV(B)83.08º17.81%28.63%-
XYZ5.586.325.2-
YUV70.02122.34126.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=33.83%
G=36.32%
B=29.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6873600.0700.180.7183.089.7726.08
Hex44493C70124753a1a
Octal1041117470221071231232
Binary1000100100100111110011101001010001111010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44493C; }

 p { color: rgb(68,73,60); }

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

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

 a { background-color: rgb(68,73,60); }

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

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

 span { border-color: rgb(68,73,60); }

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