Html Css Color HEX #415848 Goblin

📋 copy color: '#415848'

red 65 ◦ green 88 ◦ blue 72

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

Shades of Goblin #415848

Tints of Goblin #415848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

 BLUE value IS 72 (28.52% from 255) = 32%

R = 28.89%
G = 39.11%
B = 32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#415848 (or 0x415848) is known color: Goblin. HEX triplet: 41, 58 and 48. RGB value is (65,88,72). Sum of RGB (Red+Green+Blue) = 65+88+72=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #415848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415848 is #BEA7B7. Grayscale: #4F4F4F. Windows color (decimal): -12494776 or 4741185. OLE color: 4741185.

HSL color Cylindrical-coordinate representation of color #415848: hue angle of 138.26º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #415848 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 88 72 -
CMYK 0.26 0 0.18 0.65
HSL 138.26º 0.15% 0.3% -
HSV(B) 138.26º 0.26% 0.35% -
XYZ 6.84 8.57 7.42 -
YUV 79.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 65 88 72 0.26 0 0.18 0.65 138.26 0.15 0.3
Hex 41 58 48 1A 0 12 41 8A F 1E
Octal 101 130 110 32 0 22 101 212 17 36
Binary 1000001 1011000 1001000 11010 0 10010 1000001 10001010 1111 11110

Color Harmonies of #415848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415848

Black with #415848

Text Example


Text Example

White with #415848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415848; }

 p { color: rgb(65,88,72); }

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

background-color css

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

 a { background-color: rgb(65,88,72); }

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

border-color css

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

 span { border-color: rgb(65,88,72); }

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