#424539

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

Shades of Tuatara #424539

Tints of Tuatara #424539

Color information

#424539 (or 0x424539) is unknown color: approx Tuatara. HEX triplet: 42, 45 and 39. RGB value is (66,69,57). Sum of RGB (Red+Green+Blue) = 66+69+57=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 57 (22.66% from 255 or 29.69% from 192); Max value from RGB is 69 - color contains mainly: green. Hex color #424539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424539 is #BDBAC6. Grayscale: #424242. Windows color (decimal): -12434119 or 3753282. OLE color: 3753282.

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

Color convert

RGB666957-
CMYK0.0400.170.73
HSL75º9.52%24.71%-
HSV(B)75º17.39%27.06%-
XYZ5.115.714.7-
YUV66.74122.51127.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.38%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 57 (22.66% from 255) = 29.69%
R=34.38%
G=35.94%
B=29.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6669570.0400.170.73759.5224.71
Hex4245394011494ba19
Octal1021057140211111131231
Binary1000010100010111100110001000110010011001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424539; }

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

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

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

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

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

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

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

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