Html Css Color HEX #366860 Eden

📋 copy color: '#366860'

red 54 ◦ green 104 ◦ blue 96

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

Shades of Eden #366860

Tints of Eden #366860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.94%

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

R = 21.26%
G = 40.94%
B = 37.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#366860 (or 0x366860) is known color: Eden. HEX triplet: 36, 68 and 60. RGB value is (54,104,96). Sum of RGB (Red+Green+Blue) = 54+104+96=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #366860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366860 is #C9979F. Grayscale: #585858. Windows color (decimal): -13211552 or 6318134. OLE color: 6318134.

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

Color convert

RGB 54 104 96 -
CMYK 0.48 0 0.08 0.59
HSL 170.4º 0.32% 0.31% -
HSV(B) 170.4º 0.48% 0.41% -
XYZ 8.58 11.53 12.84 -
YUV 88.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 54 104 96 0.48 0 0.08 0.59 170.4 0.32 0.31
Hex 36 68 60 30 0 8 3B AA 20 1F
Octal 66 150 140 60 0 10 73 252 40 37
Binary 110110 1101000 1100000 110000 0 1000 111011 10101010 100000 11111

Color Harmonies of #366860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366860

Black with #366860

Text Example


Text Example

White with #366860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366860; }

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

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

background-color css

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

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

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

border-color css

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

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

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