Html Css Color HEX #36503E Goblin

📋 copy color: '#36503E'

red 54 ◦ green 80 ◦ blue 62

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

Shades of Goblin #36503E

Tints of Goblin #36503E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.63%

R = 27.55%
G = 40.82%
B = 31.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#36503E (or 0x36503E) is known color: Goblin. HEX triplet: 36, 50 and 3E. RGB value is (54,80,62). Sum of RGB (Red+Green+Blue) = 54+80+62=196 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.55% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 80 - color contains mainly: green. Hex color #36503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36503E is #C9AFC1. Grayscale: #464646. Windows color (decimal): -13217730 or 4083766. OLE color: 4083766.

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

Color convert

RGB 54 80 62 -
CMYK 0.33 0 0.22 0.69
HSL 138.46º 0.19% 0.26% -
HSV(B) 138.46º 0.33% 0.31% -
XYZ 5.26 6.87 5.61 -
YUV 70.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 54 80 62 0.33 0 0.22 0.69 138.46 0.19 0.26
Hex 36 50 3E 21 0 16 45 8A 13 1A
Octal 66 120 76 41 0 26 105 212 23 32
Binary 110110 1010000 111110 100001 0 10110 1000101 10001010 10011 11010

Color Harmonies of #36503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36503E

Black with #36503E

Text Example


Text Example

White with #36503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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