Html Css Color HEX #366144 Goblin

📋 copy color: '#366144'

red 54 ◦ green 97 ◦ blue 68

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

Shades of Goblin #366144

Tints of Goblin #366144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.05%

R = 24.66%
G = 44.29%
B = 31.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#366144 (or 0x366144) is known color: Goblin. HEX triplet: 36, 61 and 44. RGB value is (54,97,68). Sum of RGB (Red+Green+Blue) = 54+97+68=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #366144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366144 is #C99EBB. Grayscale: #505050. Windows color (decimal): -13213372 or 4481334. OLE color: 4481334.

HSL color Cylindrical-coordinate representation of color #366144: hue angle of 139.53º 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 #366144 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 97 68 -
CMYK 0.44 0 0.30 0.62
HSL 139.53º 0.28% 0.3% -
HSV(B) 139.53º 0.44% 0.38% -
XYZ 6.84 9.75 6.99 -
YUV 80.84 120.75 108.86 -
System Red Green Blue C M Y K H S L
Decimal 54 97 68 0.44 0 0.30 0.62 139.53 0.28 0.3
Hex 36 61 44 2C 0 1E 3E 8C 1C 1E
Octal 66 141 104 54 0 36 76 214 34 36
Binary 110110 1100001 1000100 101100 0 11110 111110 10001100 11100 11110

Color Harmonies of #366144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366144

Black with #366144

Text Example


Text Example

White with #366144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366144; }

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

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

background-color css

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

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

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

border-color css

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

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

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