Html Css Color HEX #34493B Goblin

📋 copy color: '#34493B'

red 52 ◦ green 73 ◦ blue 59

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

Shades of Goblin #34493B

Tints of Goblin #34493B

RGB

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

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

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

R = 28.26%
G = 39.67%
B = 32.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#34493B (or 0x34493B) is known color: Goblin. HEX triplet: 34, 49 and 3B. RGB value is (52,73,59). Sum of RGB (Red+Green+Blue) = 52+73+59=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 73 - color contains mainly: green. Hex color #34493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34493B is #CBB6C4. Grayscale: #414141. Windows color (decimal): -13350597 or 3885364. OLE color: 3885364.

HSL color Cylindrical-coordinate representation of color #34493B: hue angle of 140º 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 #34493B is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 73 59 -
CMYK 0.29 0 0.19 0.71
HSL 140º 0.17% 0.25% -
HSV(B) 140º 0.29% 0.29% -
XYZ 4.59 5.81 5.02 -
YUV 65.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 52 73 59 0.29 0 0.19 0.71 140 0.17 0.25
Hex 34 49 3B 1D 0 13 47 8C 11 19
Octal 64 111 73 35 0 23 107 214 21 31
Binary 110100 1001001 111011 11101 0 10011 1000111 10001100 10001 11001

Color Harmonies of #34493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34493B

Black with #34493B

Text Example


Text Example

White with #34493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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