Html Css Color HEX #36513A Goblin

📋 copy color: '#36513A'

red 54 ◦ green 81 ◦ blue 58

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

Shades of Goblin #36513A

Tints of Goblin #36513A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.97%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 27.98%
G = 41.97%
B = 30.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#36513A (or 0x36513A) is known color: Goblin. HEX triplet: 36, 51 and 3A. RGB value is (54,81,58). Sum of RGB (Red+Green+Blue) = 54+81+58=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #36513A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36513A is #C9AEC5. Grayscale: #464646. Windows color (decimal): -13217478 or 3821878. OLE color: 3821878.

HSL color Cylindrical-coordinate representation of color #36513A: hue angle of 128.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #36513A is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 58 -
CMYK 0.33 0 0.28 0.68
HSL 128.89º 0.2% 0.26% -
HSV(B) 128.89º 0.33% 0.32% -
XYZ 5.23 6.97 5.07 -
YUV 70.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 54 81 58 0.33 0 0.28 0.68 128.89 0.2 0.26
Hex 36 51 3A 21 0 1C 44 81 14 1A
Octal 66 121 72 41 0 34 104 201 24 32
Binary 110110 1010001 111010 100001 0 11100 1000100 10000001 10100 11010

Color Harmonies of #36513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36513A

Black with #36513A

Text Example


Text Example

White with #36513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36513A; }

 p { color: rgb(54,81,58); }

 H1.HeaderClassName
 {
   color: #36513A;
 }
 .AnyTagClassName
 {
   color: #36513A;
 }
</style>

background-color css

<style>
 a { background-color: #36513A; }

 a { background-color: rgb(54,81,58); }

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

border-color css

<style>
 span { border-color: #36513A; }

 span { border-color: rgb(54,81,58); }

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