Html Css Color HEX #365840 Goblin

📋 copy color: '#365840'

red 54 ◦ green 88 ◦ blue 64

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

Shades of Goblin #365840

Tints of Goblin #365840

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.72%

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

R = 26.21%
G = 42.72%
B = 31.07%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#365840 (or 0x365840) is known color: Goblin. HEX triplet: 36, 58 and 40. RGB value is (54,88,64). Sum of RGB (Red+Green+Blue) = 54+88+64=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 88 - color contains mainly: green. Hex color #365840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365840 is #C9A7BF. Grayscale: #4B4B4B. Windows color (decimal): -13215680 or 4216886. OLE color: 4216886.

HSL color Cylindrical-coordinate representation of color #365840: hue angle of 137.65º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365840 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 64 -
CMYK 0.39 0 0.27 0.65
HSL 137.65º 0.24% 0.28% -
HSV(B) 137.65º 0.39% 0.35% -
XYZ 5.94 8.13 6.11 -
YUV 75.1 121.74 112.95 -
System Red Green Blue C M Y K H S L
Decimal 54 88 64 0.39 0 0.27 0.65 137.65 0.24 0.28
Hex 36 58 40 27 0 1B 41 8A 18 1C
Octal 66 130 100 47 0 33 101 212 30 34
Binary 110110 1011000 1000000 100111 0 11011 1000001 10001010 11000 11100

Color Harmonies of #365840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365840

Black with #365840

Text Example


Text Example

White with #365840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365840; }

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

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

background-color css

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

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

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

border-color css

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

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

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