#484C3F

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

Shades of Tuatara #484C3F

Tints of Tuatara #484C3F

Color information

#484C3F (or 0x484C3F) is unknown color: approx Tuatara. HEX triplet: 48, 4C and 3F. RGB value is (72,76,63). Sum of RGB (Red+Green+Blue) = 72+76+63=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 76 - color contains mainly: green. Hex color #484C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C3F is #B7B3C0. Grayscale: #494949. Windows color (decimal): -12039105 or 4148296. OLE color: 4148296.

HSL color Cylindrical-coordinate representation of color #484C3F: hue angle of 78.46º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #484C3F is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB727663-
CMYK0.0500.170.70
HSL78.46º9.35%27.25%-
HSV(B)78.46º17.11%29.8%-
XYZ6.156.915.71-
YUV73.32122.17127.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 63 (25% from 255) = 29.86%
R=34.12%
G=36.02%
B=29.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7276630.0500.170.7078.469.3527.25
Hex484C3F5011464e91b
Octal1101147750211061161133
Binary1001000100110011111110101000110001101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484C3F; }

 p { color: rgb(72,76,63); }

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

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

 a { background-color: rgb(72,76,63); }

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

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

 span { border-color: rgb(72,76,63); }

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