Html Css Color HEX #34553D Goblin

📋 copy color: '#34553D'

red 52 ◦ green 85 ◦ blue 61

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

Shades of Goblin #34553D

Tints of Goblin #34553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

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

R = 26.26%
G = 42.93%
B = 30.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#34553D (or 0x34553D) is known color: Goblin. HEX triplet: 34, 55 and 3D. RGB value is (52,85,61). Sum of RGB (Red+Green+Blue) = 52+85+61=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #34553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34553D is #CBAAC2. Grayscale: #484848. Windows color (decimal): -13347523 or 4019508. OLE color: 4019508.

HSL color Cylindrical-coordinate representation of color #34553D: hue angle of 136.36º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #34553D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 85 61 -
CMYK 0.39 0 0.28 0.67
HSL 136.36º 0.24% 0.27% -
HSV(B) 136.36º 0.39% 0.33% -
XYZ 5.51 7.56 5.58 -
YUV 72.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 52 85 61 0.39 0 0.28 0.67 136.36 0.24 0.27
Hex 34 55 3D 27 0 1C 43 88 18 1B
Octal 64 125 75 47 0 34 103 210 30 33
Binary 110100 1010101 111101 100111 0 11100 1000011 10001000 11000 11011

Color Harmonies of #34553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34553D

Black with #34553D

Text Example


Text Example

White with #34553D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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