Html Css Color HEX #36513F Goblin

📋 copy color: '#36513F'

red 54 ◦ green 81 ◦ blue 63

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

Shades of Goblin #36513F

Tints of Goblin #36513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.82%

R = 27.27%
G = 40.91%
B = 31.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#36513F (or 0x36513F) is known color: Goblin. HEX triplet: 36, 51 and 3F. RGB value is (54,81,63). Sum of RGB (Red+Green+Blue) = 54+81+63=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 81 - color contains mainly: green. Hex color #36513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36513F is #C9AEC0. Grayscale: #464646. Windows color (decimal): -13217473 or 4149558. OLE color: 4149558.

HSL color Cylindrical-coordinate representation of color #36513F: hue angle of 140º 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 #36513F is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 63 -
CMYK 0.33 0 0.22 0.68
HSL 140º 0.2% 0.26% -
HSV(B) 140º 0.33% 0.32% -
XYZ 5.36 7.03 5.78 -
YUV 70.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 54 81 63 0.33 0 0.22 0.68 140 0.2 0.26
Hex 36 51 3F 21 0 16 44 8C 14 1A
Octal 66 121 77 41 0 26 104 214 24 32
Binary 110110 1010001 111111 100001 0 10110 1000100 10001100 10100 11010

Color Harmonies of #36513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36513F

Black with #36513F

Text Example


Text Example

White with #36513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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