Html Css Color HEX #365841 Goblin

📋 copy color: '#365841'

red 54 ◦ green 88 ◦ blue 65

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

Shades of Goblin #365841

Tints of Goblin #365841

RGB

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

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

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

R = 26.09%
G = 42.51%
B = 31.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#365841 (or 0x365841) is known color: Goblin. HEX triplet: 36, 58 and 41. RGB value is (54,88,65). Sum of RGB (Red+Green+Blue) = 54+88+65=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 88 (34.77% from 255 or 42.51% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 88 - color contains mainly: green. Hex color #365841 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365841 is #C9A7BE. Grayscale: #4B4B4B. Windows color (decimal): -13215679 or 4282422. OLE color: 4282422.

HSL color Cylindrical-coordinate representation of color #365841: hue angle of 139.41º 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 #365841 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 65 -
CMYK 0.39 0 0.26 0.65
HSL 139.41º 0.24% 0.28% -
HSV(B) 139.41º 0.39% 0.35% -
XYZ 5.97 8.15 6.26 -
YUV 75.21 122.24 112.87 -
System Red Green Blue C M Y K H S L
Decimal 54 88 65 0.39 0 0.26 0.65 139.41 0.24 0.28
Hex 36 58 41 27 0 1A 41 8B 18 1C
Octal 66 130 101 47 0 32 101 213 30 34
Binary 110110 1011000 1000001 100111 0 11010 1000001 10001011 11000 11100

Color Harmonies of #365841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365841

Black with #365841

Text Example


Text Example

White with #365841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365841; }

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

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

background-color css

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

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

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

border-color css

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

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

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