Html Css Color HEX #365740 Goblin

📋 copy color: '#365740'

red 54 ◦ green 87 ◦ blue 64

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

Shades of Goblin #365740

Tints of Goblin #365740

RGB

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

 GREEN value IS 87 (34.38% from 255) = 42.44%

 BLUE value IS 64 (25.39% from 255) = 31.22%

R = 26.34%
G = 42.44%
B = 31.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#365740 (or 0x365740) is known color: Goblin. HEX triplet: 36, 57 and 40. RGB value is (54,87,64). Sum of RGB (Red+Green+Blue) = 54+87+64=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 87 - color contains mainly: green. Hex color #365740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365740 is #C9A8BF. Grayscale: #4A4A4A. Windows color (decimal): -13215936 or 4216630. OLE color: 4216630.

HSL color Cylindrical-coordinate representation of color #365740: hue angle of 138.18º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #365740 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 87 64 -
CMYK 0.38 0 0.26 0.66
HSL 138.18º 0.23% 0.28% -
HSV(B) 138.18º 0.38% 0.34% -
XYZ 5.85 7.97 6.08 -
YUV 74.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 54 87 64 0.38 0 0.26 0.66 138.18 0.23 0.28
Hex 36 57 40 26 0 1A 42 8A 17 1C
Octal 66 127 100 46 0 32 102 212 27 34
Binary 110110 1010111 1000000 100110 0 11010 1000010 10001010 10111 11100

Color Harmonies of #365740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365740

Black with #365740

Text Example


Text Example

White with #365740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365740; }

 p { color: rgb(54,87,64); }

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

background-color css

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

 a { background-color: rgb(54,87,64); }

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

border-color css

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

 span { border-color: rgb(54,87,64); }

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