Html Css Color HEX #414638 Tuatara

📋 copy color: '#414638'

red 65 ◦ green 70 ◦ blue 56

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

Shades of Tuatara #414638

Tints of Tuatara #414638

RGB

 RED value IS 65 (25.78% from 255) = 34.03%

 GREEN value IS 70 (27.73% from 255) = 36.65%

 BLUE value IS 56 (22.27% from 255) = 29.32%

R = 34.03%
G = 36.65%
B = 29.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#414638 (or 0x414638) is known color: Tuatara. HEX triplet: 41, 46 and 38. RGB value is (65,70,56). Sum of RGB (Red+Green+Blue) = 65+70+56=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 70 - color contains mainly: green. Hex color #414638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414638 is #BEB9C7. Grayscale: #424242. Windows color (decimal): -12499400 or 3688001. OLE color: 3688001.

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

Color convert

RGB 65 70 56 -
CMYK 0.07 0 0.20 0.73
HSL 81.43º 0.11% 0.25% -
HSV(B) 81.43º 0.2% 0.27% -
XYZ 5.08 5.79 4.59 -
YUV 66.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 65 70 56 0.07 0 0.20 0.73 81.43 0.11 0.25
Hex 41 46 38 7 0 14 49 51 B 19
Octal 101 106 70 7 0 24 111 121 13 31
Binary 1000001 1000110 111000 111 0 10100 1001001 1010001 1011 11001

Color Harmonies of #414638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414638

Black with #414638

Text Example


Text Example

White with #414638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414638; }

 p { color: rgb(65,70,56); }

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

background-color css

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

 a { background-color: rgb(65,70,56); }

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

border-color css

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

 span { border-color: rgb(65,70,56); }

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