#42453C

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

Shades of Tuatara #42453C

Tints of Tuatara #42453C

Color information

#42453C (or 0x42453C) is unknown color: approx Tuatara. HEX triplet: 42, 45 and 3C. RGB value is (66,69,60). Sum of RGB (Red+Green+Blue) = 66+69+60=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 69 - color contains mainly: green. Hex color #42453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42453C is #BDBAC3. Grayscale: #434343. Windows color (decimal): -12434116 or 3949890. OLE color: 3949890.

HSL color Cylindrical-coordinate representation of color #42453C: hue angle of 80º 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 #42453C is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB666960-
CMYK0.0400.130.73
HSL80º6.98%25.29%-
HSV(B)80º13.04%27.06%-
XYZ5.195.745.11-
YUV67.08124.01127.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.85%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 60 (23.83% from 255) = 30.77%
R=33.85%
G=35.38%
B=30.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669600.0400.130.73806.9825.29
Hex42453C40D4950719
Octal102105744015111120731
Binary10000101000101111100100011011001001101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42453C; }

 p { color: rgb(66,69,60); }

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

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

 a { background-color: rgb(66,69,60); }

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

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

 span { border-color: rgb(66,69,60); }

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