Html Css Color HEX #424539 Tuatara

📋 copy color: '#424539'

red 66 ◦ green 69 ◦ blue 57

#424539
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tuatara #424539

Tints of Tuatara #424539

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 value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#424539 (or 0x424539) is known color: 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

RGB 66 69 57 -
CMYK 0.04 0 0.17 0.73
HSL 75º 0.1% 0.25% -
HSV(B) 75º 0.17% 0.27% -
XYZ 5.11 5.71 4.7 -
YUV 66.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 66 69 57 0.04 0 0.17 0.73 75 0.1 0.25
Hex 42 45 39 4 0 11 49 4B A 19
Octal 102 105 71 4 0 21 111 113 12 31
Binary 1000010 1000101 111001 100 0 10001 1001001 1001011 1010 11001

Color Harmonies of #424539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424539

Black with #424539

Text Example


Text Example

White with #424539

Text Example


Text Example

HTML Codes & Css Web 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>