#40413D

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

Shades of Tuatara #40413D

Tints of Tuatara #40413D

Color information

#40413D (or 0x40413D) is unknown color: approx Tuatara. HEX triplet: 40, 41 and 3D. RGB value is (64,65,61). Sum of RGB (Red+Green+Blue) = 64+65+61=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 65 - color contains mainly: green. Hex color #40413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40413D is #BFBEC2. Grayscale: #404040. Windows color (decimal): -12566211 or 4014400. OLE color: 4014400.

HSL color Cylindrical-coordinate representation of color #40413D: hue angle of 75º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #40413D is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB646561-
CMYK0.0200.060.75
HSL75º3.17%24.71%-
HSV(B)75º6.15%25.49%-
XYZ4.855.215.16-
YUV64.24126.17127.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.68%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 61 (24.22% from 255) = 32.11%
R=33.68%
G=34.21%
B=32.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6465610.0200.060.75753.1724.71
Hex40413D2064B4b319
Octal10010175206113113331
Binary10000001000001111101100110100101110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40413D; }

 p { color: rgb(64,65,61); }

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

<style>
 a { background-color: #40413D; }

 a { background-color: rgb(64,65,61); }

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

<style>
 span { border-color: #40413D; }

 span { border-color: rgb(64,65,61); }

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