Html Css Color HEX #344C3F Goblin

📋 copy color: '#344C3F'

red 52 ◦ green 76 ◦ blue 63

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

Shades of Goblin #344C3F

Tints of Goblin #344C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.79%

 BLUE value IS 63 (25% from 255) = 32.98%

R = 27.23%
G = 39.79%
B = 32.98%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#344C3F (or 0x344C3F) is known color: Goblin. HEX triplet: 34, 4C and 3F. RGB value is (52,76,63). Sum of RGB (Red+Green+Blue) = 52+76+63=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #344C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C3F is #CBB3C0. Grayscale: #434343. Windows color (decimal): -13349825 or 4148276. OLE color: 4148276.

HSL color Cylindrical-coordinate representation of color #344C3F: hue angle of 147.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344C3F is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 76 63 -
CMYK 0.32 0 0.17 0.70
HSL 147.5º 0.19% 0.25% -
HSV(B) 147.5º 0.32% 0.3% -
XYZ 4.9 6.26 5.65 -
YUV 67.34 125.55 117.06 -
System Red Green Blue C M Y K H S L
Decimal 52 76 63 0.32 0 0.17 0.70 147.5 0.19 0.25
Hex 34 4C 3F 20 0 11 46 94 13 19
Octal 64 114 77 40 0 21 106 224 23 31
Binary 110100 1001100 111111 100000 0 10001 1000110 10010100 10011 11001

Color Harmonies of #344C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C3F

Black with #344C3F

Text Example


Text Example

White with #344C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,76,63); }

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

background-color css

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

 a { background-color: rgb(52,76,63); }

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

border-color css

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

 span { border-color: rgb(52,76,63); }

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