Html Css Color HEX #344E39 Goblin

📋 copy color: '#344E39'

red 52 ◦ green 78 ◦ blue 57

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

Shades of Goblin #344E39

Tints of Goblin #344E39

RGB

 RED value IS 52 (20.7% from 255) = 27.81%

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

 BLUE value IS 57 (22.66% from 255) = 30.48%

R = 27.81%
G = 41.71%
B = 30.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.69

RGB Variations

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

Color information

#344E39 (or 0x344E39) is known color: Goblin. HEX triplet: 34, 4E and 39. RGB value is (52,78,57). Sum of RGB (Red+Green+Blue) = 52+78+57=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 78 (30.86% from 255 or 41.71% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 78 - color contains mainly: green. Hex color #344E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E39 is #CBB1C6. Grayscale: #434343. Windows color (decimal): -13349319 or 3755572. OLE color: 3755572.

HSL color Cylindrical-coordinate representation of color #344E39: hue angle of 131.54º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #344E39 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 78 57 -
CMYK 0.33 0 0.27 0.69
HSL 131.54º 0.2% 0.25% -
HSV(B) 131.54º 0.33% 0.31% -
XYZ 4.88 6.47 4.86 -
YUV 67.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 52 78 57 0.33 0 0.27 0.69 131.54 0.2 0.25
Hex 34 4E 39 21 0 1B 45 84 14 19
Octal 64 116 71 41 0 33 105 204 24 31
Binary 110100 1001110 111001 100001 0 11011 1000101 10000100 10100 11001

Color Harmonies of #344E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E39

Black with #344E39

Text Example


Text Example

White with #344E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344E39; }

 p { color: rgb(52,78,57); }

 H1.HeaderClassName
 {
   color: #344E39;
 }
 .AnyTagClassName
 {
   color: #344E39;
 }
</style>

background-color css

<style>
 a { background-color: #344E39; }

 a { background-color: rgb(52,78,57); }

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

border-color css

<style>
 span { border-color: #344E39; }

 span { border-color: rgb(52,78,57); }

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