Html Css Color HEX #365640 Goblin

📋 copy color: '#365640'

red 54 ◦ green 86 ◦ blue 64

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

Shades of Goblin #365640

Tints of Goblin #365640

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.16%

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

R = 26.47%
G = 42.16%
B = 31.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#365640 (or 0x365640) is known color: Goblin. HEX triplet: 36, 56 and 40. RGB value is (54,86,64). Sum of RGB (Red+Green+Blue) = 54+86+64=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 86 - color contains mainly: green. Hex color #365640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365640 is #C9A9BF. Grayscale: #494949. Windows color (decimal): -13216192 or 4216374. OLE color: 4216374.

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

Color convert

RGB 54 86 64 -
CMYK 0.37 0 0.26 0.66
HSL 138.75º 0.23% 0.27% -
HSV(B) 138.75º 0.37% 0.34% -
XYZ 5.77 7.81 6.05 -
YUV 73.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 54 86 64 0.37 0 0.26 0.66 138.75 0.23 0.27
Hex 36 56 40 25 0 1A 42 8B 17 1B
Octal 66 126 100 45 0 32 102 213 27 33
Binary 110110 1010110 1000000 100101 0 11010 1000010 10001011 10111 11011

Color Harmonies of #365640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365640

Black with #365640

Text Example


Text Example

White with #365640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365640; }

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

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

background-color css

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

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

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

border-color css

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

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

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