#3A4E3D

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

Shades of Goblin #3A4E3D

Tints of Goblin #3A4E3D

Color information

#3A4E3D (or 0x3A4E3D) is unknown color: approx Goblin. HEX triplet: 3A, 4E and 3D. RGB value is (58,78,61). Sum of RGB (Red+Green+Blue) = 58+78+61=197 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.44% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 78 - color contains mainly: green. Hex color #3A4E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4E3D is #C5B1C2. Grayscale: #464646. Windows color (decimal): -12956099 or 4017722. OLE color: 4017722.

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

Color convert

RGB587861-
CMYK0.2600.220.69
HSL129º14.71%26.67%-
HSV(B)129º25.64%30.59%-
XYZ5.316.695.43-
YUV70.08122.87119.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.44%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 61 (24.22% from 255) = 30.96%
R=29.44%
G=39.59%
B=30.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5878610.2600.220.6912914.7126.67
Hex3A4E3D1A0164581f1b
Octal7211675320261052011733
Binary111010100111011110111010010110100010110000001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,78,61); }

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

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

 a { background-color: rgb(58,78,61); }

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

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

 span { border-color: rgb(58,78,61); }

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