Html Css Color HEX #36563D Goblin

📋 copy color: '#36563D'

red 54 ◦ green 86 ◦ blue 61

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

Shades of Goblin #36563D

Tints of Goblin #36563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.79%

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

R = 26.87%
G = 42.79%
B = 30.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#36563D (or 0x36563D) is known color: Goblin. HEX triplet: 36, 56 and 3D. RGB value is (54,86,61). Sum of RGB (Red+Green+Blue) = 54+86+61=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #36563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36563D is #C9A9C2. Grayscale: #494949. Windows color (decimal): -13216195 or 4019766. OLE color: 4019766.

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

Color convert

RGB 54 86 61 -
CMYK 0.37 0 0.29 0.66
HSL 133.13º 0.23% 0.27% -
HSV(B) 133.13º 0.37% 0.34% -
XYZ 5.69 7.78 5.62 -
YUV 73.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 54 86 61 0.37 0 0.29 0.66 133.13 0.23 0.27
Hex 36 56 3D 25 0 1D 42 85 17 1B
Octal 66 126 75 45 0 35 102 205 27 33
Binary 110110 1010110 111101 100101 0 11101 1000010 10000101 10111 11011

Color Harmonies of #36563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36563D

Black with #36563D

Text Example


Text Example

White with #36563D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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