Html Css Color HEX #424340 Tuatara

📋 copy color: '#424340'

red 66 ◦ green 67 ◦ blue 64

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

Shades of Tuatara #424340

Tints of Tuatara #424340

RGB

 RED value IS 66 (26.17% from 255) = 33.5%

 GREEN value IS 67 (26.56% from 255) = 34.01%

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 33.5%
G = 34.01%
B = 32.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#424340 (or 0x424340) is known color: Tuatara. HEX triplet: 42, 43 and 40. RGB value is (66,67,64). Sum of RGB (Red+Green+Blue) = 66+67+64=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 67 - color contains mainly: green. Hex color #424340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424340 is #BDBCBF. Grayscale: #424242. Windows color (decimal): -12434624 or 4211522. OLE color: 4211522.

HSL color Cylindrical-coordinate representation of color #424340: hue angle of 80º degrees, saturation: 0.02, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #424340 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 67 64 -
CMYK 0.01 0 0.04 0.74
HSL 80º 0.02% 0.26% -
HSV(B) 80º 0.04% 0.26% -
XYZ 5.18 5.54 5.65 -
YUV 66.36 126.67 127.74 -
System Red Green Blue C M Y K H S L
Decimal 66 67 64 0.01 0 0.04 0.74 80 0.02 0.26
Hex 42 43 40 1 0 4 4A 50 2 1A
Octal 102 103 100 1 0 4 112 120 2 32
Binary 1000010 1000011 1000000 1 0 100 1001010 1010000 10 11010

Color Harmonies of #424340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424340

Black with #424340

Text Example


Text Example

White with #424340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424340; }

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

 H1.HeaderClassName
 {
   color: #424340;
 }
 .AnyTagClassName
 {
   color: #424340;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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