#3B4D3D

Color #3B4D3D Goblin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goblin #3B4D3D

Tints of Goblin #3B4D3D

Color information

#3B4D3D (or 0x3B4D3D) is unknown color: approx Goblin. HEX triplet: 3B, 4D and 3D. RGB value is (59,77,61). Sum of RGB (Red+Green+Blue) = 59+77+61=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 77 - color contains mainly: green. Hex color #3B4D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B4D3D is #C4B2C2. Grayscale: #454545. Windows color (decimal): -12890819 or 4017467. OLE color: 4017467.

HSL color Cylindrical-coordinate representation of color #3B4D3D: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3B4D3D is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB597761-
CMYK0.2300.210.70
HSL126.67º13.24%26.67%-
HSV(B)126.67º23.38%30.2%-
XYZ5.36.575.4-
YUV69.79123.04120.3-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=29.95%
G=39.09%
B=30.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5977610.2300.210.70126.6713.2426.67
Hex3B4D3D17015467fd1b
Octal7311575270251061771533
Binary11101110011011111011011101010110001101111111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,77,61); }

 H1.HeaderClassName
 {
   color: #3B4D3D;
 }
 .AnyTagClassName
 {
   color: #3B4D3D;
 }
</style>
background-color css

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

 a { background-color: rgb(59,77,61); }

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

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

 span { border-color: rgb(59,77,61); }

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