Html Css Color HEX #366145 Goblin

📋 copy color: '#366145'

red 54 ◦ green 97 ◦ blue 69

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

Shades of Goblin #366145

Tints of Goblin #366145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.09%

 BLUE value IS 69 (27.34% from 255) = 31.36%

R = 24.55%
G = 44.09%
B = 31.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#366145 (or 0x366145) is known color: Goblin. HEX triplet: 36, 61 and 45. RGB value is (54,97,69). Sum of RGB (Red+Green+Blue) = 54+97+69=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #366145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366145 is #C99EBA. Grayscale: #515151. Windows color (decimal): -13213371 or 4546870. OLE color: 4546870.

HSL color Cylindrical-coordinate representation of color #366145: hue angle of 140.93º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366145 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 97 69 -
CMYK 0.44 0 0.29 0.62
HSL 140.93º 0.28% 0.3% -
HSV(B) 140.93º 0.44% 0.38% -
XYZ 6.87 9.76 7.15 -
YUV 80.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 54 97 69 0.44 0 0.29 0.62 140.93 0.28 0.3
Hex 36 61 45 2C 0 1D 3E 8D 1C 1E
Octal 66 141 105 54 0 35 76 215 34 36
Binary 110110 1100001 1000101 101100 0 11101 111110 10001101 11100 11110

Color Harmonies of #366145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366145

Black with #366145

Text Example


Text Example

White with #366145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366145; }

 p { color: rgb(54,97,69); }

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

background-color css

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

 a { background-color: rgb(54,97,69); }

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

border-color css

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

 span { border-color: rgb(54,97,69); }

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