Html Css Color HEX #34533D Goblin

📋 copy color: '#34533D'

red 52 ◦ green 83 ◦ blue 61

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

Shades of Goblin #34533D

Tints of Goblin #34533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

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

R = 26.53%
G = 42.35%
B = 31.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#34533D (or 0x34533D) is known color: Goblin. HEX triplet: 34, 53 and 3D. RGB value is (52,83,61). Sum of RGB (Red+Green+Blue) = 52+83+61=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 83 - color contains mainly: green. Hex color #34533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34533D is #CBACC2. Grayscale: #474747. Windows color (decimal): -13348035 or 4018996. OLE color: 4018996.

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

Color convert

RGB 52 83 61 -
CMYK 0.37 0 0.27 0.67
HSL 137.42º 0.23% 0.26% -
HSV(B) 137.42º 0.37% 0.33% -
XYZ 5.35 7.25 5.53 -
YUV 71.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 52 83 61 0.37 0 0.27 0.67 137.42 0.23 0.26
Hex 34 53 3D 25 0 1B 43 89 17 1A
Octal 64 123 75 45 0 33 103 211 27 32
Binary 110100 1010011 111101 100101 0 11011 1000011 10001001 10111 11010

Color Harmonies of #34533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34533D

Black with #34533D

Text Example


Text Example

White with #34533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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