Html Css Color HEX #34503B Goblin

📋 copy color: '#34503B'

red 52 ◦ green 80 ◦ blue 59

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

Shades of Goblin #34503B

Tints of Goblin #34503B

RGB

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

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

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

R = 27.23%
G = 41.88%
B = 30.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#34503B (or 0x34503B) is known color: Goblin. HEX triplet: 34, 50 and 3B. RGB value is (52,80,59). Sum of RGB (Red+Green+Blue) = 52+80+59=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 80 (31.64% from 255 or 41.88% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 80 - color contains mainly: green. Hex color #34503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34503B is #CBAFC4. Grayscale: #454545. Windows color (decimal): -13348805 or 3887156. OLE color: 3887156.

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

Color convert

RGB 52 80 59 -
CMYK 0.35 0 0.26 0.69
HSL 135º 0.21% 0.26% -
HSV(B) 135º 0.35% 0.31% -
XYZ 5.07 6.78 5.18 -
YUV 69.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 52 80 59 0.35 0 0.26 0.69 135 0.21 0.26
Hex 34 50 3B 23 0 1A 45 87 15 1A
Octal 64 120 73 43 0 32 105 207 25 32
Binary 110100 1010000 111011 100011 0 11010 1000101 10000111 10101 11010

Color Harmonies of #34503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34503B

Black with #34503B

Text Example


Text Example

White with #34503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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