Html Css Color HEX #366044 Goblin

📋 copy color: '#366044'

red 54 ◦ green 96 ◦ blue 68

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

Shades of Goblin #366044

Tints of Goblin #366044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

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

R = 24.77%
G = 44.04%
B = 31.19%

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

#366044 (or 0x366044) is known color: Goblin. HEX triplet: 36, 60 and 44. RGB value is (54,96,68). Sum of RGB (Red+Green+Blue) = 54+96+68=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #366044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366044 is #C99FBB. Grayscale: #505050. Windows color (decimal): -13213628 or 4481078. OLE color: 4481078.

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

Color convert

RGB 54 96 68 -
CMYK 0.44 0 0.29 0.62
HSL 140º 0.28% 0.29% -
HSV(B) 140º 0.44% 0.38% -
XYZ 6.75 9.57 6.96 -
YUV 80.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 54 96 68 0.44 0 0.29 0.62 140 0.28 0.29
Hex 36 60 44 2C 0 1D 3E 8C 1C 1D
Octal 66 140 104 54 0 35 76 214 34 35
Binary 110110 1100000 1000100 101100 0 11101 111110 10001100 11100 11101

Color Harmonies of #366044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366044

Black with #366044

Text Example


Text Example

White with #366044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366044; }

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

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

background-color css

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

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

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

border-color css

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

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

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