Html Css Color HEX #36533D Goblin

📋 copy color: '#36533D'

red 54 ◦ green 83 ◦ blue 61

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

Shades of Goblin #36533D

Tints of Goblin #36533D

RGB

 RED value IS 54 (21.48% from 255) = 27.27%

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

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

R = 27.27%
G = 41.92%
B = 30.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#36533D (or 0x36533D) is known color: Goblin. HEX triplet: 36, 53 and 3D. RGB value is (54,83,61). Sum of RGB (Red+Green+Blue) = 54+83+61=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #36533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36533D is #C9ACC2. Grayscale: #474747. Windows color (decimal): -13216963 or 4018998. OLE color: 4018998.

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

Color convert

RGB 54 83 61 -
CMYK 0.35 0 0.27 0.67
HSL 134.48º 0.21% 0.27% -
HSV(B) 134.48º 0.35% 0.33% -
XYZ 5.46 7.31 5.54 -
YUV 71.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 54 83 61 0.35 0 0.27 0.67 134.48 0.21 0.27
Hex 36 53 3D 23 0 1B 43 86 15 1B
Octal 66 123 75 43 0 33 103 206 25 33
Binary 110110 1010011 111101 100011 0 11011 1000011 10000110 10101 11011

Color Harmonies of #36533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36533D

Black with #36533D

Text Example


Text Example

White with #36533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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