Html Css Color HEX #415244 Goblin

📋 copy color: '#415244'

red 65 ◦ green 82 ◦ blue 68

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

Shades of Goblin #415244

Tints of Goblin #415244

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.14%

 BLUE value IS 68 (26.95% from 255) = 31.63%

R = 30.23%
G = 38.14%
B = 31.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#415244 (or 0x415244) is known color: Goblin. HEX triplet: 41, 52 and 44. RGB value is (65,82,68). Sum of RGB (Red+Green+Blue) = 65+82+68=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #415244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415244 is #BEADBB. Grayscale: #4B4B4B. Windows color (decimal): -12496316 or 4477505. OLE color: 4477505.

HSL color Cylindrical-coordinate representation of color #415244: hue angle of 130.59º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #415244 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 65 82 68 -
CMYK 0.21 0 0.17 0.68
HSL 130.59º 0.12% 0.29% -
HSV(B) 130.59º 0.21% 0.32% -
XYZ 6.24 7.58 6.6 -
YUV 75.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 65 82 68 0.21 0 0.17 0.68 130.59 0.12 0.29
Hex 41 52 44 15 0 11 44 83 C 1D
Octal 101 122 104 25 0 21 104 203 14 35
Binary 1000001 1010010 1000100 10101 0 10001 1000100 10000011 1100 11101

Color Harmonies of #415244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415244

Black with #415244

Text Example


Text Example

White with #415244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415244; }

 p { color: rgb(65,82,68); }

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

background-color css

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

 a { background-color: rgb(65,82,68); }

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

border-color css

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

 span { border-color: rgb(65,82,68); }

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