Html Css Color HEX #365741 Goblin

📋 copy color: '#365741'

red 54 ◦ green 87 ◦ blue 65

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

Shades of Goblin #365741

Tints of Goblin #365741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.55%

R = 26.21%
G = 42.23%
B = 31.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#365741 (or 0x365741) is known color: Goblin. HEX triplet: 36, 57 and 41. RGB value is (54,87,65). Sum of RGB (Red+Green+Blue) = 54+87+65=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 87 - color contains mainly: green. Hex color #365741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365741 is #C9A8BE. Grayscale: #4A4A4A. Windows color (decimal): -13215935 or 4282166. OLE color: 4282166.

HSL color Cylindrical-coordinate representation of color #365741: hue angle of 140º 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 #365741 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 87 65 -
CMYK 0.38 0 0.25 0.66
HSL 140º 0.23% 0.28% -
HSV(B) 140º 0.38% 0.34% -
XYZ 5.88 7.98 6.23 -
YUV 74.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 54 87 65 0.38 0 0.25 0.66 140 0.23 0.28
Hex 36 57 41 26 0 19 42 8C 17 1C
Octal 66 127 101 46 0 31 102 214 27 34
Binary 110110 1010111 1000001 100110 0 11001 1000010 10001100 10111 11100

Color Harmonies of #365741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365741

Black with #365741

Text Example


Text Example

White with #365741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365741; }

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

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

background-color css

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

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

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

border-color css

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

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

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