Html Css Color HEX #365442 Goblin

📋 copy color: '#365442'

red 54 ◦ green 84 ◦ blue 66

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

Shades of Goblin #365442

Tints of Goblin #365442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 26.47%
G = 41.18%
B = 32.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#365442 (or 0x365442) is known color: Goblin. HEX triplet: 36, 54 and 42. RGB value is (54,84,66). Sum of RGB (Red+Green+Blue) = 54+84+66=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #365442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365442 is #C9ABBD. Grayscale: #494949. Windows color (decimal): -13216702 or 4346934. OLE color: 4346934.

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

Color convert

RGB 54 84 66 -
CMYK 0.36 0 0.21 0.67
HSL 144º 0.22% 0.27% -
HSV(B) 144º 0.36% 0.33% -
XYZ 5.68 7.52 6.31 -
YUV 72.98 124.06 114.46 -
System Red Green Blue C M Y K H S L
Decimal 54 84 66 0.36 0 0.21 0.67 144 0.22 0.27
Hex 36 54 42 24 0 15 43 90 16 1B
Octal 66 124 102 44 0 25 103 220 26 33
Binary 110110 1010100 1000010 100100 0 10101 1000011 10010000 10110 11011

Color Harmonies of #365442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365442

Black with #365442

Text Example


Text Example

White with #365442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365442; }

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

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

background-color css

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

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

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

border-color css

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

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

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