Html Css Color HEX #36503A Goblin

📋 copy color: '#36503A'

red 54 ◦ green 80 ◦ blue 58

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

Shades of Goblin #36503A

Tints of Goblin #36503A

RGB

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

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

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

R = 28.13%
G = 41.67%
B = 30.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.28

 K value IS 0.69

RGB Variations

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

Color information

#36503A (or 0x36503A) is known color: Goblin. HEX triplet: 36, 50 and 3A. RGB value is (54,80,58). Sum of RGB (Red+Green+Blue) = 54+80+58=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #36503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36503A is #C9AFC5. Grayscale: #454545. Windows color (decimal): -13217734 or 3821622. OLE color: 3821622.

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

Color convert

RGB 54 80 58 -
CMYK 0.33 0 0.28 0.69
HSL 129.23º 0.19% 0.26% -
HSV(B) 129.23º 0.33% 0.31% -
XYZ 5.15 6.83 5.05 -
YUV 69.72 121.39 116.79 -
System Red Green Blue C M Y K H S L
Decimal 54 80 58 0.33 0 0.28 0.69 129.23 0.19 0.26
Hex 36 50 3A 21 0 1C 45 81 13 1A
Octal 66 120 72 41 0 34 105 201 23 32
Binary 110110 1010000 111010 100001 0 11100 1000101 10000001 10011 11010

Color Harmonies of #36503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36503A

Black with #36503A

Text Example


Text Example

White with #36503A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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