Html Css Color HEX #366043 Goblin

📋 copy color: '#366043'

red 54 ◦ green 96 ◦ blue 67

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

Shades of Goblin #366043

Tints of Goblin #366043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.88%

R = 24.88%
G = 44.24%
B = 30.88%

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

#366043 (or 0x366043) is known color: Goblin. HEX triplet: 36, 60 and 43. RGB value is (54,96,67). Sum of RGB (Red+Green+Blue) = 54+96+67=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #366043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366043 is #C99FBC. Grayscale: #505050. Windows color (decimal): -13213629 or 4415542. OLE color: 4415542.

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

Color convert

RGB 54 96 67 -
CMYK 0.44 0 0.30 0.62
HSL 138.57º 0.28% 0.29% -
HSV(B) 138.57º 0.44% 0.38% -
XYZ 6.72 9.56 6.8 -
YUV 80.14 120.59 109.36 -
System Red Green Blue C M Y K H S L
Decimal 54 96 67 0.44 0 0.30 0.62 138.57 0.28 0.29
Hex 36 60 43 2C 0 1E 3E 8B 1C 1D
Octal 66 140 103 54 0 36 76 213 34 35
Binary 110110 1100000 1000011 101100 0 11110 111110 10001011 11100 11101

Color Harmonies of #366043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366043

Black with #366043

Text Example


Text Example

White with #366043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366043; }

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

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

background-color css

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

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

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

border-color css

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

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

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