Html Css Color HEX #34503F Goblin

📋 copy color: '#34503F'

red 52 ◦ green 80 ◦ blue 63

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

Shades of Goblin #34503F

Tints of Goblin #34503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 32.31%

R = 26.67%
G = 41.03%
B = 32.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#34503F (or 0x34503F) is known color: Goblin. HEX triplet: 34, 50 and 3F. RGB value is (52,80,63). Sum of RGB (Red+Green+Blue) = 52+80+63=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #34503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34503F is #CBAFC0. Grayscale: #454545. Windows color (decimal): -13348801 or 4149300. OLE color: 4149300.

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

Color convert

RGB 52 80 63 -
CMYK 0.35 0 0.21 0.69
HSL 143.57º 0.21% 0.26% -
HSV(B) 143.57º 0.35% 0.31% -
XYZ 5.18 6.83 5.75 -
YUV 69.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 52 80 63 0.35 0 0.21 0.69 143.57 0.21 0.26
Hex 34 50 3F 23 0 15 45 90 15 1A
Octal 64 120 77 43 0 25 105 220 25 32
Binary 110100 1010000 111111 100011 0 10101 1000101 10010000 10101 11010

Color Harmonies of #34503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34503F

Black with #34503F

Text Example


Text Example

White with #34503F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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