Html Css Color HEX #34503D Goblin

📋 copy color: '#34503D'

red 52 ◦ green 80 ◦ blue 61

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

Shades of Goblin #34503D

Tints of Goblin #34503D

RGB

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

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

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

R = 26.94%
G = 41.45%
B = 31.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#34503D (or 0x34503D) is known color: Goblin. HEX triplet: 34, 50 and 3D. RGB value is (52,80,61). Sum of RGB (Red+Green+Blue) = 52+80+61=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #34503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34503D is #CBAFC2. Grayscale: #454545. Windows color (decimal): -13348803 or 4018228. OLE color: 4018228.

HSL color Cylindrical-coordinate representation of color #34503D: hue angle of 139.29º 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 #34503D is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 61 -
CMYK 0.35 0 0.24 0.69
HSL 139.29º 0.21% 0.26% -
HSV(B) 139.29º 0.35% 0.31% -
XYZ 5.13 6.8 5.46 -
YUV 69.46 123.22 115.54 -
System Red Green Blue C M Y K H S L
Decimal 52 80 61 0.35 0 0.24 0.69 139.29 0.21 0.26
Hex 34 50 3D 23 0 18 45 8B 15 1A
Octal 64 120 75 43 0 30 105 213 25 32
Binary 110100 1010000 111101 100011 0 11000 1000101 10001011 10101 11010

Color Harmonies of #34503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34503D

Black with #34503D

Text Example


Text Example

White with #34503D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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