Html Css Color HEX #415146 Goblin

📋 copy color: '#415146'

red 65 ◦ green 81 ◦ blue 70

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

Shades of Goblin #415146

Tints of Goblin #415146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.5%

 BLUE value IS 70 (27.73% from 255) = 32.41%

R = 30.09%
G = 37.5%
B = 32.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.68

RGB Variations

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

Color information

#415146 (or 0x415146) is known color: Goblin. HEX triplet: 41, 51 and 46. RGB value is (65,81,70). Sum of RGB (Red+Green+Blue) = 65+81+70=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 81 - color contains mainly: green. Hex color #415146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415146 is #BEAEB9. Grayscale: #4A4A4A. Windows color (decimal): -12496570 or 4608321. OLE color: 4608321.

HSL color Cylindrical-coordinate representation of color #415146: hue angle of 138.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #415146 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 81 70 -
CMYK 0.20 0 0.14 0.68
HSL 138.75º 0.11% 0.29% -
HSV(B) 138.75º 0.2% 0.32% -
XYZ 6.23 7.45 6.9 -
YUV 74.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 65 81 70 0.20 0 0.14 0.68 138.75 0.11 0.29
Hex 41 51 46 14 0 E 44 8B B 1D
Octal 101 121 106 24 0 16 104 213 13 35
Binary 1000001 1010001 1000110 10100 0 1110 1000100 10001011 1011 11101

Color Harmonies of #415146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415146

Black with #415146

Text Example


Text Example

White with #415146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415146; }

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

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

background-color css

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

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

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

border-color css

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

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

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