Html Css Color HEX #365441 Goblin

📋 copy color: '#365441'

red 54 ◦ green 84 ◦ blue 65

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

Shades of Goblin #365441

Tints of Goblin #365441

RGB

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

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

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

R = 26.6%
G = 41.38%
B = 32.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#365441 (or 0x365441) is known color: Goblin. HEX triplet: 36, 54 and 41. RGB value is (54,84,65). Sum of RGB (Red+Green+Blue) = 54+84+65=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #365441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365441 is #C9ABBE. Grayscale: #484848. Windows color (decimal): -13216703 or 4281398. OLE color: 4281398.

HSL color Cylindrical-coordinate representation of color #365441: hue angle of 142º 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 #365441 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 84 65 -
CMYK 0.36 0 0.23 0.67
HSL 142º 0.22% 0.27% -
HSV(B) 142º 0.36% 0.33% -
XYZ 5.65 7.51 6.15 -
YUV 72.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 54 84 65 0.36 0 0.23 0.67 142 0.22 0.27
Hex 36 54 41 24 0 17 43 8E 16 1B
Octal 66 124 101 44 0 27 103 216 26 33
Binary 110110 1010100 1000001 100100 0 10111 1000011 10001110 10110 11011

Color Harmonies of #365441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365441

Black with #365441

Text Example


Text Example

White with #365441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365441; }

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

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

background-color css

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

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

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

border-color css

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

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

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