#334A3D

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

Shades of Goblin #334A3D

Tints of Goblin #334A3D

Color information

#334A3D (or 0x334A3D) is unknown color: approx Goblin. HEX triplet: 33, 4A and 3D. RGB value is (51,74,61). Sum of RGB (Red+Green+Blue) = 51+74+61=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 74 - color contains mainly: green. Hex color #334A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334A3D is #CCB5C2. Grayscale: #414141. Windows color (decimal): -13415875 or 4016691. OLE color: 4016691.

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

Color convert

RGB517461-
CMYK0.3100.180.71
HSL146.09º18.4%24.51%-
HSV(B)146.09º31.08%29.02%-
XYZ4.665.945.32-
YUV65.64125.38117.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 74 (29.30% from 255) = 39.78%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=27.42%
G=39.78%
B=32.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5174610.3100.180.71146.0918.424.51
Hex334A3D1F01247921219
Octal6311275370221072222231
Binary1100111001010111101111110100101000111100100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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