Html Css Color HEX #344C3B Goblin

📋 copy color: '#344C3B'

red 52 ◦ green 76 ◦ blue 59

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

Shades of Goblin #344C3B

Tints of Goblin #344C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 27.81%
G = 40.64%
B = 31.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#344C3B (or 0x344C3B) is known color: Goblin. HEX triplet: 34, 4C and 3B. RGB value is (52,76,59). Sum of RGB (Red+Green+Blue) = 52+76+59=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #344C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C3B is #CBB3C4. Grayscale: #424242. Windows color (decimal): -13349829 or 3886132. OLE color: 3886132.

HSL color Cylindrical-coordinate representation of color #344C3B: hue angle of 137.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 #344C3B is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 76 59 -
CMYK 0.32 0 0.22 0.70
HSL 137.5º 0.19% 0.25% -
HSV(B) 137.5º 0.32% 0.3% -
XYZ 4.79 6.21 5.08 -
YUV 66.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 52 76 59 0.32 0 0.22 0.70 137.5 0.19 0.25
Hex 34 4C 3B 20 0 16 46 8A 13 19
Octal 64 114 73 40 0 26 106 212 23 31
Binary 110100 1001100 111011 100000 0 10110 1000110 10001010 10011 11001

Color Harmonies of #344C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C3B

Black with #344C3B

Text Example


Text Example

White with #344C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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