Html Css Color HEX #36513B Goblin

📋 copy color: '#36513B'

red 54 ◦ green 81 ◦ blue 59

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

Shades of Goblin #36513B

Tints of Goblin #36513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.41%

R = 27.84%
G = 41.75%
B = 30.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#36513B (or 0x36513B) is known color: Goblin. HEX triplet: 36, 51 and 3B. RGB value is (54,81,59). Sum of RGB (Red+Green+Blue) = 54+81+59=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 81 - color contains mainly: green. Hex color #36513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36513B is #C9AEC4. Grayscale: #464646. Windows color (decimal): -13217477 or 3887414. OLE color: 3887414.

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

Color convert

RGB 54 81 59 -
CMYK 0.33 0 0.27 0.68
HSL 131.11º 0.2% 0.26% -
HSV(B) 131.11º 0.33% 0.32% -
XYZ 5.25 6.98 5.21 -
YUV 70.42 121.55 116.29 -
System Red Green Blue C M Y K H S L
Decimal 54 81 59 0.33 0 0.27 0.68 131.11 0.2 0.26
Hex 36 51 3B 21 0 1B 44 83 14 1A
Octal 66 121 73 41 0 33 104 203 24 32
Binary 110110 1010001 111011 100001 0 11011 1000100 10000011 10100 11010

Color Harmonies of #36513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36513B

Black with #36513B

Text Example


Text Example

White with #36513B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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