#484D3D

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

Shades of Tuatara #484D3D

Tints of Tuatara #484D3D

Color information

#484D3D (or 0x484D3D) is unknown color: approx Tuatara. HEX triplet: 48, 4D and 3D. RGB value is (72,77,61). Sum of RGB (Red+Green+Blue) = 72+77+61=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 77 - color contains mainly: green. Hex color #484D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #484D3D is #B7B2C2. Grayscale: #494949. Windows color (decimal): -12038851 or 4017480. OLE color: 4017480.

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

Color convert

RGB727761-
CMYK0.0600.210.70
HSL78.75º11.59%27.06%-
HSV(B)78.75º20.78%30.2%-
XYZ6.177.025.45-
YUV73.68120.84126.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 77 (30.47% from 255) = 36.67%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=34.29%
G=36.67%
B=29.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7277610.0600.210.7078.7511.5927.06
Hex484D3D6015464fc1b
Octal1101157560251061171433
Binary1001000100110111110111001010110001101001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,77,61); }

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

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

 a { background-color: rgb(72,77,61); }

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

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

 span { border-color: rgb(72,77,61); }

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