Html Css Color HEX #36523D Goblin

📋 copy color: '#36523D'

red 54 ◦ green 82 ◦ blue 61

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

Shades of Goblin #36523D

Tints of Goblin #36523D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.62%

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

R = 27.41%
G = 41.62%
B = 30.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#36523D (or 0x36523D) is known color: Goblin. HEX triplet: 36, 52 and 3D. RGB value is (54,82,61). Sum of RGB (Red+Green+Blue) = 54+82+61=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #36523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36523D is #C9ADC2. Grayscale: #474747. Windows color (decimal): -13217219 or 4018742. OLE color: 4018742.

HSL color Cylindrical-coordinate representation of color #36523D: hue angle of 135º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #36523D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 61 -
CMYK 0.34 0 0.26 0.68
HSL 135º 0.21% 0.27% -
HSV(B) 135º 0.34% 0.32% -
XYZ 5.38 7.16 5.51 -
YUV 71.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 54 82 61 0.34 0 0.26 0.68 135 0.21 0.27
Hex 36 52 3D 22 0 1A 44 87 15 1B
Octal 66 122 75 42 0 32 104 207 25 33
Binary 110110 1010010 111101 100010 0 11010 1000100 10000111 10101 11011

Color Harmonies of #36523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36523D

Black with #36523D

Text Example


Text Example

White with #36523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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