Html Css Color HEX #36503B Goblin

📋 copy color: '#36503B'

red 54 ◦ green 80 ◦ blue 59

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

Shades of Goblin #36503B

Tints of Goblin #36503B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.45%

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

R = 27.98%
G = 41.45%
B = 30.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#36503B (or 0x36503B) is known color: Goblin. HEX triplet: 36, 50 and 3B. RGB value is (54,80,59). Sum of RGB (Red+Green+Blue) = 54+80+59=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #36503B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36503B is #C9AFC4. Grayscale: #454545. Windows color (decimal): -13217733 or 3887158. OLE color: 3887158.

HSL color Cylindrical-coordinate representation of color #36503B: hue angle of 131.54º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #36503B is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 59 -
CMYK 0.33 0 0.26 0.69
HSL 131.54º 0.19% 0.26% -
HSV(B) 131.54º 0.33% 0.31% -
XYZ 5.18 6.84 5.18 -
YUV 69.83 121.89 116.71 -
System Red Green Blue C M Y K H S L
Decimal 54 80 59 0.33 0 0.26 0.69 131.54 0.19 0.26
Hex 36 50 3B 21 0 1A 45 84 13 1A
Octal 66 120 73 41 0 32 105 204 23 32
Binary 110110 1010000 111011 100001 0 11010 1000101 10000100 10011 11010

Color Harmonies of #36503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36503B

Black with #36503B

Text Example


Text Example

White with #36503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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