Html Css Color HEX #366960 Eden

📋 copy color: '#366960'

red 54 ◦ green 105 ◦ blue 96

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

Shades of Eden #366960

Tints of Eden #366960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.18%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 21.18%
G = 41.18%
B = 37.65%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#366960 (or 0x366960) is known color: Eden. HEX triplet: 36, 69 and 60. RGB value is (54,105,96). Sum of RGB (Red+Green+Blue) = 54+105+96=255 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.18% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #366960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366960 is #C9969F. Grayscale: #585858. Windows color (decimal): -13211296 or 6318390. OLE color: 6318390.

HSL color Cylindrical-coordinate representation of color #366960: hue angle of 169.41º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #366960 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 105 96 -
CMYK 0.49 0 0.09 0.59
HSL 169.41º 0.32% 0.31% -
HSV(B) 169.41º 0.49% 0.41% -
XYZ 8.68 11.73 12.87 -
YUV 88.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 54 105 96 0.49 0 0.09 0.59 169.41 0.32 0.31
Hex 36 69 60 31 0 9 3B A9 20 1F
Octal 66 151 140 61 0 11 73 251 40 37
Binary 110110 1101001 1100000 110001 0 1001 111011 10101001 100000 11111

Color Harmonies of #366960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366960

Black with #366960

Text Example


Text Example

White with #366960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366960; }

 p { color: rgb(54,105,96); }

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

background-color css

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

 a { background-color: rgb(54,105,96); }

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

border-color css

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

 span { border-color: rgb(54,105,96); }

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