Html Css Color HEX #484C3D Tuatara

📋 copy color: '#484C3D'

red 72 ◦ green 76 ◦ blue 61

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

Shades of Tuatara #484C3D

Tints of Tuatara #484C3D

RGB

 RED value IS 72 (28.52% from 255) = 34.45%

 GREEN value IS 76 (30.08% from 255) = 36.36%

 BLUE value IS 61 (24.22% from 255) = 29.19%

R = 34.45%
G = 36.36%
B = 29.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#484C3D (or 0x484C3D) is known color: Tuatara. HEX triplet: 48, 4C and 3D. RGB value is (72,76,61). Sum of RGB (Red+Green+Blue) = 72+76+61=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 76 - color contains mainly: green. Hex color #484C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484C3D is #B7B3C2. Grayscale: #494949. Windows color (decimal): -12039107 or 4017224. OLE color: 4017224.

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

Color convert

RGB 72 76 61 -
CMYK 0.05 0 0.20 0.70
HSL 76º 0.11% 0.27% -
HSV(B) 76º 0.2% 0.3% -
XYZ 6.1 6.88 5.42 -
YUV 73.09 121.17 127.22 -
System Red Green Blue C M Y K H S L
Decimal 72 76 61 0.05 0 0.20 0.70 76 0.11 0.27
Hex 48 4C 3D 5 0 14 46 4C B 1B
Octal 110 114 75 5 0 24 106 114 13 33
Binary 1001000 1001100 111101 101 0 10100 1000110 1001100 1011 11011

Color Harmonies of #484C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484C3D

Black with #484C3D

Text Example


Text Example

White with #484C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #484C3D;
 }
 .AnyTagClassName
 {
   color: #484C3D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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