Html Css Color HEX #34503C Goblin

📋 copy color: '#34503C'

red 52 ◦ green 80 ◦ blue 60

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

Shades of Goblin #34503C

Tints of Goblin #34503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.67%

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

R = 27.08%
G = 41.67%
B = 31.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#34503C (or 0x34503C) is known color: Goblin. HEX triplet: 34, 50 and 3C. RGB value is (52,80,60). Sum of RGB (Red+Green+Blue) = 52+80+60=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #34503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34503C is #CBAFC3. Grayscale: #454545. Windows color (decimal): -13348804 or 3952692. OLE color: 3952692.

HSL color Cylindrical-coordinate representation of color #34503C: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34503C is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 60 -
CMYK 0.35 0 0.25 0.69
HSL 137.14º 0.21% 0.26% -
HSV(B) 137.14º 0.35% 0.31% -
XYZ 5.1 6.79 5.32 -
YUV 69.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 52 80 60 0.35 0 0.25 0.69 137.14 0.21 0.26
Hex 34 50 3C 23 0 19 45 89 15 1A
Octal 64 120 74 43 0 31 105 211 25 32
Binary 110100 1010000 111100 100011 0 11001 1000101 10001001 10101 11010

Color Harmonies of #34503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34503C

Black with #34503C

Text Example


Text Example

White with #34503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34503C; }

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

 H1.HeaderClassName
 {
   color: #34503C;
 }
 .AnyTagClassName
 {
   color: #34503C;
 }
</style>

background-color css

<style>
 a { background-color: #34503C; }

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

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

border-color css

<style>
 span { border-color: #34503C; }

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

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