Html Css Color HEX #414743 Goblin

📋 copy color: '#414743'

red 65 ◦ green 71 ◦ blue 67

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

Shades of Goblin #414743

Tints of Goblin #414743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

 BLUE value IS 67 (26.56% from 255) = 33%

R = 32.02%
G = 34.98%
B = 33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.72

RGB Variations

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

Color information

#414743 (or 0x414743) is known color: Goblin. HEX triplet: 41, 47 and 43. RGB value is (65,71,67). Sum of RGB (Red+Green+Blue) = 65+71+67=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 71 - color contains mainly: green. Hex color #414743 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414743 is #BEB8BC. Grayscale: #444444. Windows color (decimal): -12499133 or 4409153. OLE color: 4409153.

HSL color Cylindrical-coordinate representation of color #414743: hue angle of 140º degrees, saturation: 0.04, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #414743 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 67 -
CMYK 0.08 0 0.06 0.72
HSL 140º 0.04% 0.27% -
HSV(B) 140º 0.08% 0.28% -
XYZ 5.45 6.04 6.19 -
YUV 68.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 65 71 67 0.08 0 0.06 0.72 140 0.04 0.27
Hex 41 47 43 8 0 6 48 8C 4 1B
Octal 101 107 103 10 0 6 110 214 4 33
Binary 1000001 1000111 1000011 1000 0 110 1001000 10001100 100 11011

Color Harmonies of #414743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414743

Black with #414743

Text Example


Text Example

White with #414743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414743; }

 p { color: rgb(65,71,67); }

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

background-color css

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

 a { background-color: rgb(65,71,67); }

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

border-color css

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

 span { border-color: rgb(65,71,67); }

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