Html Css Color HEX #36503C Goblin

📋 copy color: '#36503C'

red 54 ◦ green 80 ◦ blue 60

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

Shades of Goblin #36503C

Tints of Goblin #36503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.93%

R = 27.84%
G = 41.24%
B = 30.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#36503C (or 0x36503C) is known color: Goblin. HEX triplet: 36, 50 and 3C. RGB value is (54,80,60). Sum of RGB (Red+Green+Blue) = 54+80+60=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #36503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36503C is #C9AFC3. Grayscale: #454545. Windows color (decimal): -13217732 or 3952694. OLE color: 3952694.

HSL color Cylindrical-coordinate representation of color #36503C: hue angle of 133.85º 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 #36503C is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 60 -
CMYK 0.33 0 0.25 0.69
HSL 133.85º 0.19% 0.26% -
HSV(B) 133.85º 0.33% 0.31% -
XYZ 5.21 6.85 5.32 -
YUV 69.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 54 80 60 0.33 0 0.25 0.69 133.85 0.19 0.26
Hex 36 50 3C 21 0 19 45 86 13 1A
Octal 66 120 74 41 0 31 105 206 23 32
Binary 110110 1010000 111100 100001 0 11001 1000101 10000110 10011 11010

Color Harmonies of #36503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36503C

Black with #36503C

Text Example


Text Example

White with #36503C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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