#334B3D

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

Shades of Goblin #334B3D

Tints of Goblin #334B3D

Color information

#334B3D (or 0x334B3D) is unknown color: approx Goblin. HEX triplet: 33, 4B and 3D. RGB value is (51,75,61). Sum of RGB (Red+Green+Blue) = 51+75+61=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #334B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B3D is #CCB4C2. Grayscale: #424242. Windows color (decimal): -13415619 or 4016947. OLE color: 4016947.

HSL color Cylindrical-coordinate representation of color #334B3D: hue angle of 145º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B3D is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB517561-
CMYK0.3200.190.71
HSL145º19.05%24.71%-
HSV(B)145º32%29.41%-
XYZ4.726.075.34-
YUV66.23125.05117.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 75 (29.69% from 255) = 40.11%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=27.27%
G=40.11%
B=32.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5175610.3200.190.7114519.0524.71
Hex334B3D2001347911319
Octal6311375400231072212331
Binary11001110010111111011000000100111000111100100011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334B3D; }

 p { color: rgb(51,75,61); }

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

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

 a { background-color: rgb(51,75,61); }

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

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

 span { border-color: rgb(51,75,61); }

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