Html Css Color HEX #366660 Eden

📋 copy color: '#366660'

red 54 ◦ green 102 ◦ blue 96

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

Shades of Eden #366660

Tints of Eden #366660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.48%

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

R = 21.43%
G = 40.48%
B = 38.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#366660 (or 0x366660) is known color: Eden. HEX triplet: 36, 66 and 60. RGB value is (54,102,96). Sum of RGB (Red+Green+Blue) = 54+102+96=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 102 (40.23% from 255 or 40.48% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 102 - color contains mainly: green. Hex color #366660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366660 is #C9999F. Grayscale: #565656. Windows color (decimal): -13212064 or 6317622. OLE color: 6317622.

HSL color Cylindrical-coordinate representation of color #366660: hue angle of 172.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366660 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 102 96 -
CMYK 0.47 0 0.06 0.6
HSL 172.5º 0.31% 0.31% -
HSV(B) 172.5º 0.47% 0.4% -
XYZ 8.38 11.13 12.77 -
YUV 86.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 54 102 96 0.47 0 0.06 0.6 172.5 0.31 0.31
Hex 36 66 60 2F 0 6 3C AC 1F 1F
Octal 66 146 140 57 0 6 74 254 37 37
Binary 110110 1100110 1100000 101111 0 110 111100 10101100 11111 11111

Color Harmonies of #366660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366660

Black with #366660

Text Example


Text Example

White with #366660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366660; }

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

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

background-color css

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

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

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

border-color css

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

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

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