Html Css Color HEX #344B3C Goblin

📋 copy color: '#344B3C'

red 52 ◦ green 75 ◦ blue 60

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

Shades of Goblin #344B3C

Tints of Goblin #344B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.11%

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

R = 27.81%
G = 40.11%
B = 32.09%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#344B3C (or 0x344B3C) is known color: Goblin. HEX triplet: 34, 4B and 3C. RGB value is (52,75,60). Sum of RGB (Red+Green+Blue) = 52+75+60=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 75 (29.69% from 255 or 40.11% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 75 - color contains mainly: green. Hex color #344B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B3C is #CBB4C3. Grayscale: #424242. Windows color (decimal): -13350084 or 3951412. OLE color: 3951412.

HSL color Cylindrical-coordinate representation of color #344B3C: hue angle of 140.87º 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 #344B3C is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 75 60 -
CMYK 0.31 0 0.20 0.71
HSL 140.87º 0.18% 0.25% -
HSV(B) 140.87º 0.31% 0.29% -
XYZ 4.75 6.09 5.2 -
YUV 66.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 52 75 60 0.31 0 0.20 0.71 140.87 0.18 0.25
Hex 34 4B 3C 1F 0 14 47 8D 12 19
Octal 64 113 74 37 0 24 107 215 22 31
Binary 110100 1001011 111100 11111 0 10100 1000111 10001101 10010 11001

Color Harmonies of #344B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B3C

Black with #344B3C

Text Example


Text Example

White with #344B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,75,60); }

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

background-color css

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

 a { background-color: rgb(52,75,60); }

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

border-color css

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

 span { border-color: rgb(52,75,60); }

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