Html Css Color HEX #365440 Goblin

📋 copy color: '#365440'

red 54 ◦ green 84 ◦ blue 64

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

Shades of Goblin #365440

Tints of Goblin #365440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

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

R = 26.73%
G = 41.58%
B = 31.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#365440 (or 0x365440) is known color: Goblin. HEX triplet: 36, 54 and 40. RGB value is (54,84,64). Sum of RGB (Red+Green+Blue) = 54+84+64=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #365440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365440 is #C9ABBF. Grayscale: #484848. Windows color (decimal): -13216704 or 4215862. OLE color: 4215862.

HSL color Cylindrical-coordinate representation of color #365440: hue angle of 140º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365440 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 84 64 -
CMYK 0.36 0 0.24 0.67
HSL 140º 0.22% 0.27% -
HSV(B) 140º 0.36% 0.33% -
XYZ 5.62 7.5 6 -
YUV 72.75 123.06 114.63 -
System Red Green Blue C M Y K H S L
Decimal 54 84 64 0.36 0 0.24 0.67 140 0.22 0.27
Hex 36 54 40 24 0 18 43 8C 16 1B
Octal 66 124 100 44 0 30 103 214 26 33
Binary 110110 1010100 1000000 100100 0 11000 1000011 10001100 10110 11011

Color Harmonies of #365440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365440

Black with #365440

Text Example


Text Example

White with #365440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365440; }

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

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

background-color css

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

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

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

border-color css

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

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

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