#44483A

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

Shades of Tuatara #44483A

Tints of Tuatara #44483A

Color information

#44483A (or 0x44483A) is unknown color: approx Tuatara. HEX triplet: 44, 48 and 3A. RGB value is (68,72,58). Sum of RGB (Red+Green+Blue) = 68+72+58=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 72 (28.52% from 255 or 36.36% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 72 - color contains mainly: green. Hex color #44483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44483A is #BBB7C5. Grayscale: #454545. Windows color (decimal): -12302278 or 3819588. OLE color: 3819588.

HSL color Cylindrical-coordinate representation of color #44483A: hue angle of 77.14º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #44483A is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB687258-
CMYK0.0600.190.72
HSL77.14º10.77%25.49%-
HSV(B)77.14º19.44%28.24%-
XYZ5.466.174.91-
YUV69.21121.67127.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 72 (28.52% from 255) = 36.36%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=34.34%
G=36.36%
B=29.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872580.0600.190.7277.1410.7725.49
Hex44483A6013484db19
Octal1041107260231101151331
Binary1000100100100011101011001001110010001001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44483A; }

 p { color: rgb(68,72,58); }

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

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

 a { background-color: rgb(68,72,58); }

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

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

 span { border-color: rgb(68,72,58); }

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