Html Css Color HEX #34493D Goblin

📋 copy color: '#34493D'

red 52 ◦ green 73 ◦ blue 61

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

Shades of Goblin #34493D

Tints of Goblin #34493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.25%

 BLUE value IS 61 (24.22% from 255) = 32.8%

R = 27.96%
G = 39.25%
B = 32.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#34493D (or 0x34493D) is known color: Goblin. HEX triplet: 34, 49 and 3D. RGB value is (52,73,61). Sum of RGB (Red+Green+Blue) = 52+73+61=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 73 (28.91% from 255 or 39.25% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 73 - color contains mainly: green. Hex color #34493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34493D is #CBB6C2. Grayscale: #414141. Windows color (decimal): -13350595 or 4016436. OLE color: 4016436.

HSL color Cylindrical-coordinate representation of color #34493D: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #34493D is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 61 -
CMYK 0.29 0 0.16 0.71
HSL 145.71º 0.17% 0.25% -
HSV(B) 145.71º 0.29% 0.29% -
XYZ 4.64 5.83 5.3 -
YUV 65.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 52 73 61 0.29 0 0.16 0.71 145.71 0.17 0.25
Hex 34 49 3D 1D 0 10 47 92 11 19
Octal 64 111 75 35 0 20 107 222 21 31
Binary 110100 1001001 111101 11101 0 10000 1000111 10010010 10001 11001

Color Harmonies of #34493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34493D

Black with #34493D

Text Example


Text Example

White with #34493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34493D; }

 p { color: rgb(52,73,61); }

 H1.HeaderClassName
 {
   color: #34493D;
 }
 .AnyTagClassName
 {
   color: #34493D;
 }
</style>

background-color css

<style>
 a { background-color: #34493D; }

 a { background-color: rgb(52,73,61); }

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

border-color css

<style>
 span { border-color: #34493D; }

 span { border-color: rgb(52,73,61); }

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