Html Css Color HEX #334E3C Goblin

📋 copy color: '#334E3C'

red 51 ◦ green 78 ◦ blue 60

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

Shades of Goblin #334E3C

Tints of Goblin #334E3C

RGB

 RED value IS 51 (20.31% from 255) = 26.98%

 GREEN value IS 78 (30.86% from 255) = 41.27%

 BLUE value IS 60 (23.83% from 255) = 31.75%

R = 26.98%
G = 41.27%
B = 31.75%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#334E3C (or 0x334E3C) is known color: Goblin. HEX triplet: 33, 4E and 3C. RGB value is (51,78,60). Sum of RGB (Red+Green+Blue) = 51+78+60=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 60 (23.83% from 255 or 31.75% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #334E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #334E3C is #CCB1C3. Grayscale: #434343. Windows color (decimal): -13414852 or 3952179. OLE color: 3952179.

HSL color Cylindrical-coordinate representation of color #334E3C: hue angle of 140º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #334E3C is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 78 60 -
CMYK 0.35 0 0.23 0.69
HSL 140º 0.21% 0.25% -
HSV(B) 140º 0.35% 0.31% -
XYZ 4.91 6.48 5.27 -
YUV 67.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 51 78 60 0.35 0 0.23 0.69 140 0.21 0.25
Hex 33 4E 3C 23 0 17 45 8C 15 19
Octal 63 116 74 43 0 27 105 214 25 31
Binary 110011 1001110 111100 100011 0 10111 1000101 10001100 10101 11001

Color Harmonies of #334E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334E3C

Black with #334E3C

Text Example


Text Example

White with #334E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,78,60); }

 H1.HeaderClassName
 {
   color: #334E3C;
 }
 .AnyTagClassName
 {
   color: #334E3C;
 }
</style>

background-color css

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

 a { background-color: rgb(51,78,60); }

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

border-color css

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

 span { border-color: rgb(51,78,60); }

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