Html Css Color HEX #36553F Goblin

📋 copy color: '#36553F'

red 54 ◦ green 85 ◦ blue 63

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

Shades of Goblin #36553F

Tints of Goblin #36553F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.19%

R = 26.73%
G = 42.08%
B = 31.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#36553F (or 0x36553F) is known color: Goblin. HEX triplet: 36, 55 and 3F. RGB value is (54,85,63). Sum of RGB (Red+Green+Blue) = 54+85+63=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #36553F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36553F is #C9AAC0. Grayscale: #494949. Windows color (decimal): -13216449 or 4150582. OLE color: 4150582.

HSL color Cylindrical-coordinate representation of color #36553F: hue angle of 137.42º 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 #36553F is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 63 -
CMYK 0.36 0 0.26 0.67
HSL 137.42º 0.22% 0.27% -
HSV(B) 137.42º 0.36% 0.33% -
XYZ 5.67 7.64 5.88 -
YUV 73.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 54 85 63 0.36 0 0.26 0.67 137.42 0.22 0.27
Hex 36 55 3F 24 0 1A 43 89 16 1B
Octal 66 125 77 44 0 32 103 211 26 33
Binary 110110 1010101 111111 100100 0 11010 1000011 10001001 10110 11011

Color Harmonies of #36553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36553F

Black with #36553F

Text Example


Text Example

White with #36553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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