#434440

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

Shades of Tuatara #434440

Tints of Tuatara #434440

Color information

#434440 (or 0x434440) is unknown color: approx Tuatara. HEX triplet: 43, 44 and 40. RGB value is (67,68,64). Sum of RGB (Red+Green+Blue) = 67+68+64=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 68 - color contains mainly: green. Hex color #434440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434440 is #BCBBBF. Grayscale: #434343. Windows color (decimal): -12368832 or 4211779. OLE color: 4211779.

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

Color convert

RGB676864-
CMYK0.0100.060.73
HSL75º3.03%25.88%-
HSV(B)75º5.88%26.67%-
XYZ5.315.75.67-
YUV67.24126.17127.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.67%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 64 (25.39% from 255) = 32.16%
R=33.67%
G=34.17%
B=32.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6768640.0100.060.73753.0325.88
Hex434440106494b31a
Octal103104100106111113332
Binary10000111000100100000010110100100110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434440; }

 p { color: rgb(67,68,64); }

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

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

 a { background-color: rgb(67,68,64); }

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

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

 span { border-color: rgb(67,68,64); }

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