Html Css Color HEX #344E3A Goblin

📋 copy color: '#344E3A'

red 52 ◦ green 78 ◦ blue 58

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

Shades of Goblin #344E3A

Tints of Goblin #344E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.85%

R = 27.66%
G = 41.49%
B = 30.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#344E3A (or 0x344E3A) is known color: Goblin. HEX triplet: 34, 4E and 3A. RGB value is (52,78,58). Sum of RGB (Red+Green+Blue) = 52+78+58=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #344E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E3A is #CBB1C5. Grayscale: #444444. Windows color (decimal): -13349318 or 3821108. OLE color: 3821108.

HSL color Cylindrical-coordinate representation of color #344E3A: hue angle of 133.85º 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 #344E3A is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 78 58 -
CMYK 0.33 0 0.26 0.69
HSL 133.85º 0.2% 0.25% -
HSV(B) 133.85º 0.33% 0.31% -
XYZ 4.9 6.48 5 -
YUV 67.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 52 78 58 0.33 0 0.26 0.69 133.85 0.2 0.25
Hex 34 4E 3A 21 0 1A 45 86 14 19
Octal 64 116 72 41 0 32 105 206 24 31
Binary 110100 1001110 111010 100001 0 11010 1000101 10000110 10100 11001

Color Harmonies of #344E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E3A

Black with #344E3A

Text Example


Text Example

White with #344E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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