Html Css Color HEX #365341 Goblin

📋 copy color: '#365341'

red 54 ◦ green 83 ◦ blue 65

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

Shades of Goblin #365341

Tints of Goblin #365341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

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

R = 26.73%
G = 41.09%
B = 32.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#365341 (or 0x365341) is known color: Goblin. HEX triplet: 36, 53 and 41. RGB value is (54,83,65). Sum of RGB (Red+Green+Blue) = 54+83+65=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #365341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365341 is #C9ACBE. Grayscale: #484848. Windows color (decimal): -13216959 or 4281142. OLE color: 4281142.

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

Color convert

RGB 54 83 65 -
CMYK 0.35 0 0.22 0.67
HSL 142.76º 0.21% 0.27% -
HSV(B) 142.76º 0.35% 0.33% -
XYZ 5.57 7.35 6.13 -
YUV 72.28 123.89 114.96 -
System Red Green Blue C M Y K H S L
Decimal 54 83 65 0.35 0 0.22 0.67 142.76 0.21 0.27
Hex 36 53 41 23 0 16 43 8F 15 1B
Octal 66 123 101 43 0 26 103 217 25 33
Binary 110110 1010011 1000001 100011 0 10110 1000011 10001111 10101 11011

Color Harmonies of #365341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365341

Black with #365341

Text Example


Text Example

White with #365341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365341; }

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

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

background-color css

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

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

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

border-color css

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

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

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