Html Css Color HEX #36553D Goblin

📋 copy color: '#36553D'

red 54 ◦ green 85 ◦ blue 61

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

Shades of Goblin #36553D

Tints of Goblin #36553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.5%

 BLUE value IS 61 (24.22% from 255) = 30.5%

R = 27%
G = 42.5%
B = 30.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#36553D (or 0x36553D) is known color: Goblin. HEX triplet: 36, 55 and 3D. RGB value is (54,85,61). Sum of RGB (Red+Green+Blue) = 54+85+61=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #36553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36553D is #C9AAC2. Grayscale: #494949. Windows color (decimal): -13216451 or 4019510. OLE color: 4019510.

HSL color Cylindrical-coordinate representation of color #36553D: hue angle of 133.55º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36553D is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 61 -
CMYK 0.36 0 0.28 0.67
HSL 133.55º 0.22% 0.27% -
HSV(B) 133.55º 0.36% 0.33% -
XYZ 5.61 7.62 5.59 -
YUV 73 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 54 85 61 0.36 0 0.28 0.67 133.55 0.22 0.27
Hex 36 55 3D 24 0 1C 43 86 16 1B
Octal 66 125 75 44 0 34 103 206 26 33
Binary 110110 1010101 111101 100100 0 11100 1000011 10000110 10110 11011

Color Harmonies of #36553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36553D

Black with #36553D

Text Example


Text Example

White with #36553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36553D; }

 p { color: rgb(54,85,61); }

 H1.HeaderClassName
 {
   color: #36553D;
 }
 .AnyTagClassName
 {
   color: #36553D;
 }
</style>

background-color css

<style>
 a { background-color: #36553D; }

 a { background-color: rgb(54,85,61); }

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

border-color css

<style>
 span { border-color: #36553D; }

 span { border-color: rgb(54,85,61); }

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