Html Css Color HEX #3D6047 Goblin

📋 copy color: '#3D6047'

red 61 ◦ green 96 ◦ blue 71

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

Shades of Goblin #3D6047

Tints of Goblin #3D6047

RGB

 RED value IS 61 (24.22% from 255) = 26.75%

 GREEN value IS 96 (37.89% from 255) = 42.11%

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

R = 26.75%
G = 42.11%
B = 31.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#3D6047 (or 0x3D6047) is known color: Goblin. HEX triplet: 3D, 60 and 47. RGB value is (61,96,71). Sum of RGB (Red+Green+Blue) = 61+96+71=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6047 is #C29FB8. Grayscale: #525252. Windows color (decimal): -12754873 or 4677693. OLE color: 4677693.

HSL color Cylindrical-coordinate representation of color #3D6047: hue angle of 137.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D6047 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 96 71 -
CMYK 0.36 0 0.26 0.62
HSL 137.14º 0.22% 0.31% -
HSV(B) 137.14º 0.36% 0.38% -
XYZ 7.24 9.81 7.47 -
YUV 82.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 61 96 71 0.36 0 0.26 0.62 137.14 0.22 0.31
Hex 3D 60 47 24 0 1A 3E 89 16 1F
Octal 75 140 107 44 0 32 76 211 26 37
Binary 111101 1100000 1000111 100100 0 11010 111110 10001001 10110 11111

Color Harmonies of #3D6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6047

Black with #3D6047

Text Example


Text Example

White with #3D6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D6047; }

 p { color: rgb(61,96,71); }

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

background-color css

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

 a { background-color: rgb(61,96,71); }

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

border-color css

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

 span { border-color: rgb(61,96,71); }

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