Html Css Color HEX #415347 Goblin

📋 copy color: '#415347'

red 65 ◦ green 83 ◦ blue 71

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

Shades of Goblin #415347

Tints of Goblin #415347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

 BLUE value IS 71 (28.13% from 255) = 32.42%

R = 29.68%
G = 37.9%
B = 32.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#415347 (or 0x415347) is known color: Goblin. HEX triplet: 41, 53 and 47. RGB value is (65,83,71). Sum of RGB (Red+Green+Blue) = 65+83+71=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 83 - color contains mainly: green. Hex color #415347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415347 is #BEACB8. Grayscale: #4C4C4C. Windows color (decimal): -12496057 or 4674369. OLE color: 4674369.

HSL color Cylindrical-coordinate representation of color #415347: hue angle of 140º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #415347 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 71 -
CMYK 0.22 0 0.14 0.67
HSL 140º 0.12% 0.29% -
HSV(B) 140º 0.22% 0.33% -
XYZ 6.41 7.77 7.12 -
YUV 76.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 65 83 71 0.22 0 0.14 0.67 140 0.12 0.29
Hex 41 53 47 16 0 E 43 8C C 1D
Octal 101 123 107 26 0 16 103 214 14 35
Binary 1000001 1010011 1000111 10110 0 1110 1000011 10001100 1100 11101

Color Harmonies of #415347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415347

Black with #415347

Text Example


Text Example

White with #415347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415347; }

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

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

background-color css

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

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

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

border-color css

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

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

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