#42443B

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

Shades of Tuatara #42443B

Tints of Tuatara #42443B

Color information

#42443B (or 0x42443B) is unknown color: approx Tuatara. HEX triplet: 42, 44 and 3B. RGB value is (66,68,59). Sum of RGB (Red+Green+Blue) = 66+68+59=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 68 - color contains mainly: green. Hex color #42443B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42443B is #BDBBC4. Grayscale: #424242. Windows color (decimal): -12434373 or 3884098. OLE color: 3884098.

HSL color Cylindrical-coordinate representation of color #42443B: hue angle of 73.33º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #42443B is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB666859-
CMYK0.0300.130.73
HSL73.33º7.09%24.9%-
HSV(B)73.33º13.24%26.67%-
XYZ5.15.614.95-
YUV66.38123.84127.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.20%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 59 (23.44% from 255) = 30.57%
R=34.20%
G=35.23%
B=30.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6668590.0300.130.7373.337.0924.9
Hex42443B30D4949719
Octal102104733015111111731
Binary1000010100010011101111011011001001100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42443B; }

 p { color: rgb(66,68,59); }

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

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

 a { background-color: rgb(66,68,59); }

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

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

 span { border-color: rgb(66,68,59); }

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